Estadística
1 Pregunta
6 Respuestas
CLASIFICACIÓN
4.840
of 295.495
REPUTACIÓN
10
CONTRIBUCIONES
1 Pregunta
6 Respuestas
ACEPTACIÓN DE RESPUESTAS
0.0%
VOTOS RECIBIDOS
1
CLASIFICACIÓN
of 20.240
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 153.991
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
surface chart
Try using: surf(1:200, 1:200, reshape([R.d], size(R))
casi 13 años hace | 0
Please help me store data from iterations
Hello James, If you your loop to run _n_ times, use: n = 32; for i = 1 : n ... end An array in Matlab start ...
casi 13 años hace | 0
How to add multiple indices to graph title, legend, and output image?
The last line should be: print(f,'-dtiff', sprintf('GRAPH_%d_INDJ_%d_INDK_%d',i,j,k))
casi 13 años hace | 0
| aceptada
multiplication of certain values using logical array
Of course, it'll change only the values where the logical array is true. Note, however, that the command B = -A(fltr); w...
casi 13 años hace | 0
How to add multiple indices to graph title, legend, and output image?
If I understand you correctly, I don't think you need to number the figure. You can just use: f = figure; By the way, on...
casi 13 años hace | 0
multiplication of certain values using logical array
If *A* is your original matrix and *fltr* is the derived logical array (having the same dimensions as *A*), than: A(fltr) =...
casi 13 años hace | 1
| aceptada
Pregunta
Writing to Excel
Hello I'm trying to write data to an Excel file using xlswrite. If the file does not exist, it should create it. However, wh...
casi 13 años hace | 2 respuestas | 0