Estadística
5 Preguntas
0 Respuestas
CLASIFICACIÓN
215.670
of 302.089
REPUTACIÓN
0
CONTRIBUCIONES
5 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
60.0%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 21.539
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 178.760
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
I just formed a column and typed a formula which I wanted MATLAB to use for making the calculation for my each value in my first column and for putting the result coming from values as another column next to the first one. What might have gone wrong?
What I did is the following; macromol= [2;6;10;14;18;22;26;30;34;38;42;46;50]; Then I defined the values in the formula, ...
casi 11 años hace | 0 respuestas | 0
0
respuestasPregunta
I've got a series of numbers ranging from 2 to 50. How can I make matlab make a calculation for each value and put the results as another column right next to it?
[1,2,3,4,5,6] Let's say that this is my column and I want matlab to make the calculation "(10/n)" in which n represents each val...
casi 11 años hace | 1 respuesta | 0
1
respuestaPregunta
I have a matrix with 5 columns and I want to plot the fifth one. I also want MATLAB to use dots for the graph and to label the x and y axis. I use plot(matrixname(:,5)) but can't get the graph have dots. Any help is appreciated.
I have a matrix with 5 columns and I want to plot the fifth one. I also want MATLAB to use dots for the graph and to label the x...
casi 11 años hace | 1 respuesta | 0
1
respuestaPregunta
How can I subtract the two columns of the same matrix?
How can I subtract the two columns of the same matrix?
casi 11 años hace | 1 respuesta | 0
1
respuestaPregunta
I have a matrix with 3 columns. How can I find the differences between column 2 and 3 for each value on column 1 and add the results as a 4th column into the same matrix?
I have a matrix with 3 columns. How can I find the differences between column 2 and 3 for each value on column 1 and add the res...
casi 11 años hace | 1 respuesta | 0
