![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/6944007_1523575102468_DEF.jpg)
Isai Fernandez
Followers: 0 Following: 0
Estadística
13 Preguntas
0 Respuestas
CLASIFICACIÓN
221.726
of 297.016
REPUTACIÓN
0
CONTRIBUCIONES
13 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
61.54%
VOTOS RECIBIDOS
0
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
of 157.725
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
Storage elements from matrix in other one, with indexing.
I want to storage information from one matrix to another. In this example, from A matrix I have to extract to storage in B matri...
casi 4 años hace | 2 respuestas | 0
2
respuestasPregunta
Plot from cell array
I want to plot data from cell array. I tried many ways, and I can't get it. I used plot inside and outside the loop, also scatte...
casi 4 años hace | 1 respuesta | 0
1
respuestaPregunta
Add columns to tables with loops
I want to create a first column for my table, after a loop. I tried like this: %N(mxn) i=1; while i<= size(N,1) capa(i) ...
más de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
Create row with text from loop for a table
I want to create a table with a row like this: [Bar No.1; Bar No.2 ... Bar No.n] I tried it with: %N = 4x6; capa = zeros(s...
casi 5 años hace | 1 respuesta | 0
1
respuestaPregunta
Text in while loop creating matrix
I was trying to create a matrix with text in some cases, but I can't. I tried with advices from other answers, but it didn't wor...
más de 5 años hace | 1 respuesta | 0
1
respuestaPregunta
Choosing not number elements from matrix to use in title figures and plots
I want to use a list of names to put in titles of plots or figures. This is the matrix and the code in my try. sis = 1; ...
más de 6 años hace | 1 respuesta | 0
1
respuestaPregunta
File names in plots legend, from struct data; Matlab says is not an array.
I have multiple files with *struct* data, and I want to place a legend with a group of data. I tried to use the Benjamin Krau...
más de 6 años hace | 1 respuesta | 0
1
respuestaPregunta
Size of a matrix after conditions is incorrect.
I am writing a loop with conditionals. But, I have an error in the calculation, about the size of a matrix. This is my minima...
más de 6 años hace | 1 respuesta | 0
1
respuestaPregunta
File data with columns arranged with different number of rows.
I need to write data which have pairs of columns with different number of rows. Is it possible? Because I tried to create it,...
casi 7 años hace | 2 respuestas | 0
2
respuestasPregunta
Operations between matrix, different calculation according to conditions.
I want to multiply two matrices, but depends on conditions I will operate with other expression. If we name matrices "A" and ...
casi 7 años hace | 2 respuestas | 0
2
respuestasPregunta
Store results from loop.
I am practicing to write in Matlab. I have an issue, I want to store all "S" results from a loop calculation. I tried to do i...
casi 7 años hace | 1 respuesta | 0
1
respuestaPregunta
Optimizing a calculation. Try matrix values to meet a condition.
I am learning to write in Matlab, and I wrote a code to calculate this: # I have a column matrix "A" with the posible values ...
casi 7 años hace | 1 respuesta | 0
1
respuestaPregunta
Scan for elements of matrix, to limit them in an interval, and change them.
I am learning to write my programs in Matlab. I want to limit the value of the matrix elements for some interval, and if they...
casi 7 años hace | 1 respuesta | 0