![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/cnighutmathworkscom_1557342562309_DEF.jpg)
Chirag Nighut
MathWorks
Followers: 0 Following: 0
All contributions in answers are personal views
Estadística
0 Preguntas
6 Respuestas
0 Problemas
1 Solución
CLASIFICACIÓN
4.114
of 297.016
REPUTACIÓN
12
CONTRIBUCIONES
0 Preguntas
6 Respuestas
ACEPTACIÓN DE RESPUESTAS
0.00%
VOTOS RECIBIDOS
2
CLASIFICACIÓN
of 20.419
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
127.389
of 157.725
CONTRIBUCIONES
0 Problemas
1 Solución
PUNTUACIÓN
20
NÚMERO DE INSIGNIAS
1
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Check for missing argument or incorrect argument data type in call to function 'solve'. Error in LinearProject (line 35) I=solve(eq1, eq2, eq3, eq4); The program just print the first 4 i's. The program should print 44 i's. How can I solve?
I understand that you wish to get the values of i1, i2, i3 and i4 which are symbolic variables defined. However in the first it...
alrededor de 4 años hace | 0
need help to plot x,y data points with 'o' without line and y_hat smooth graph
You can use the plot function and use an option for styling the line plot to show the line as -o plot(x,y_hat,'-o') Above lin...
alrededor de 4 años hace | 0
Write/Read CSV file
To create a matrix with text you can create a 2D array of chars. To do that you can use the following code: data = ['MATLAB '...
más de 5 años hace | 0
Resuelto
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:...
más de 5 años hace
print a matrix in a specific sequence
You can use the repmat function here If you have to print the patter N (here 10) times, use the following code: A = [5 4 3 2 1...
más de 5 años hace | 0
| aceptada
how to swap two bits in matlab.? which cammond is used for this..?
Remember that Matlab has 1 based indexing and therfore when you wish to swap the 0th and 3rd bit in above number, it is actually...
más de 5 años hace | 2
How to perform FFT analysis for a sinusoidal wave.
Considering that X is the array of the flame heights at different time values and L is the number of samples of the data, Fx = ...
más de 5 años hace | 0