photo

AJEET KUMAR


IIST, India

Last seen: environ 4 ans il y a Actif depuis 2019

Followers: 1   Following: 0

Message

MATLAB coder and Solution provider for research work. The area of interest are: General MATLAB Numerical Methods Mathematics with MATLAB Signal Processing Control System Electromagnetics Image Processing GUI, Appdesigner Simulink

Statistiques

All
MATLAB Answers

3 Questions
2 Réponses

File Exchange

16 Fichiers

Cody

0 Problèmes
18 Solutions

RANG
185 635
of 300 779

RÉPUTATION
0

CONTRIBUTIONS
3 Questions
2 Réponses

ACCEPTATION DE VOS RÉPONSES
33.33%

VOTES REÇUS
0

RANG
4 070 of 21 084

RÉPUTATION
362

CLASSEMENT MOYEN
2.00

CONTRIBUTIONS
16 Fichiers

TÉLÉCHARGEMENTS
32

ALL TIME TÉLÉCHARGEMENTS
3438

RANG
21 255
of 170 997

CONTRIBUTIONS
0 Problèmes
18 Solutions

SCORE
253

NOMBRE DE BADGES
3

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • 5-Star Galaxy Level 2
  • Thankful Level 1
  • Community Group Solver
  • Commenter
  • Solver
  • Personal Best Downloads Level 3
  • GitHub Submissions Level 3
  • First Submission
  • First Answer
  • Revival Level 1

Afficher les badges

Feeds

Afficher par

A résolu


Convert from Fahrenheit to Celsius
Given an input vector |F| containing temperature values in Fahrenheit, return an output vector |C| that contains the values in C...

environ 4 ans il y a

A résolu


Calculate Amount of Cake Frosting
Given two input variables |r| and |h|, which stand for the radius and height of a cake, calculate the surface area of the cake y...

environ 4 ans il y a

A résolu


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

environ 4 ans il y a

Question


Has anyone found Lamp enable and disable in appdesigner?
Hello, I am trying to enable and disable lamp after pause(1), i.e. one second interval. by this: ps = 10; n = 1; while (ps ...

plus de 5 ans il y a | 1 réponse | 0

1

réponse

A résolu


Verify Law of Large Numbers
If a large number of fair N-sided dice are rolled, the average of the simulated rolls is likely to be close to the mean of 1,2,....

plus de 5 ans il y a

A résolu


Add two numbers
Given a and b, return the sum a+b in c.

plus de 5 ans il y a

A résolu


Return the 3n+1 sequence for n
A Collatz sequence is the sequence where, for a given number n, the next number in the sequence is either n/2 if the number is e...

plus de 5 ans il y a

A résolu


Energy of a photon
*&#9883 &#9762 &#9883 &#9762 &#9883 &#9762 &#9883* Given the frequency F of a photon in giga hertz. Find energy E of this...

plus de 5 ans il y a

A résolu


Vector creation
Create a vector using square brackets going from 1 to the given value x in steps on 1. Hint: use increment.

plus de 5 ans il y a

A résolu


Doubling elements in a vector
Given the vector A, return B in which all numbers in A are doubling. So for: A = [ 1 5 8 ] then B = [ 1 1 5 ...

plus de 5 ans il y a

A résolu


Create a vector
Create a vector from 0 to n by intervals of 2.

plus de 5 ans il y a

A résolu


Flip the vector from right to left
Flip the vector from right to left. Examples x=[1:5], then y=[5 4 3 2 1] x=[1 4 6], then y=[6 4 1]; Request not ...

plus de 5 ans il y a

A résolu


Whether the input is vector?
Given the input x, return 1 if x is vector or else 0.

plus de 5 ans il y a

A résolu


Find max
Find the maximum value of a given vector or matrix.

plus de 5 ans il y a

A résolu


Get the length of a given vector
Given a vector x, the output y should equal the length of x.

plus de 5 ans il y a

A résolu


Arrange Vector in descending order
If x=[0,3,4,2,1] then y=[4,3,2,1,0]

plus de 5 ans il y a

A résolu


Select every other element of a vector
Write a function which returns every other element of the vector passed in. That is, it returns the all odd-numbered elements, s...

plus de 5 ans il y a

A résolu


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

plus de 5 ans il y a

A résolu


Inner product of two vectors
Find the inner product of two vectors.

plus de 5 ans il y a

Question


Edit box masked entry with '*'
Hi, I have a user login with Name and Password. How can I show '*' when user inputs the Password dialog? Please let me know b...

presque 6 ans il y a | 1 réponse | 0

0

réponse

Réponse apportée
Multiple Character MuPad Subscripts?
Hello Adam, Hope you would have solved your problem by now. Still, you can use following commands for multiple character subs...

presque 6 ans il y a | 0

A soumis


text file import in matlab and make matrix file format
This program function can import text file with specified start row and end row upto which the data has to be read from the text...

environ 6 ans il y a | 1 téléchargement |

0.0 / 5

A soumis


Legendre function plot
The code plots Legendre's function manually from the mathematical equation of Legendre's function

environ 6 ans il y a | 1 téléchargement |

1.0 / 5
Thumbnail

A soumis


Rectangular Waveguide E-H Field Plot for All Modes
The code plots the Electric Field(E-Field) and Magnetic Field(H-Field) for all TE and TM mn modes in a rectangular waveguide

environ 6 ans il y a | 9 téléchargements |

3.0 / 5

Question


ESPRIT algorithm code without using toolbox
I am using ESPRIT algorithm for DOA estimation using mathematical modeling. Can anyone help me developing the code for ESPRIT al...

plus de 6 ans il y a | 1 réponse | 0

0

réponse

A soumis


Computational-Electromagnetics
1D FDTD free space simulation with time step equal to half of Space step

plus de 6 ans il y a | 2 téléchargements |

0.0 / 5
Thumbnail

A soumis


Computational-Electromagnetics
Successive Over Relaxation (SOR) Method for solution of matrix equation

presque 7 ans il y a | 1 téléchargement |

0.0 / 5

A soumis


Computational-Electromagnetics
The code solves the matrix equation using Jacobi Method

presque 7 ans il y a | 1 téléchargement |

0.0 / 5

A soumis


Computational-Electromagnetics
The code solves the matrix equation using Gauss Seidal Method

presque 7 ans il y a | 1 téléchargement |

0.0 / 5

A soumis


Jacobi Method Solution of matrix equation
The code solves the matrix using Jacobi method.

presque 7 ans il y a | 4 téléchargements |

0.0 / 5

Charger plus