Community Profile

photo

Mariana


Last seen: alrededor de 4 años hace Con actividad desde 2019

Estadísticas

  • Thankful Level 3

Ver insignias

Content Feed

Ver por

Respondida
How to create a 3D plot and split the values inside?

alrededor de 4 años hace | 0

Pregunta


How to create a 3D plot and split the values inside?
Let´s say I have 3 coordinates, x,y and z x goes from 0 to 120 with a step of one y goes from 0 to 200 with a step of one z ...

alrededor de 4 años hace | 2 respuestas | 0

2

respuestas

Pregunta


How to visualize al the values inside the array and make split them into two sections?
I have and an array of 191x116x 5. I would like to visualize them in a way that all the value higher than 2 are with a certain c...

alrededor de 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How to visualize in a plot a Multidimensional array?
Hi! a = rand(10); % matrix b = repmat(a, 1, 1, 5); % makes multiple copies of your matrix in 3rd dimension I used this two li...

alrededor de 4 años hace | 0 respuestas | 0

0

respuestas

Pregunta


How can I store 3 values of a sequence and iterate?
Input = [1,2,3,4,5,6,7,8,9,10,11,12]; Buffer= zeros(min(4,10000),1); first = 1; last = 4; Buff_size = 3; step = 1; keepl...

alrededor de 4 años hace | 0 respuestas | 0

0

respuestas

Pregunta


How to stop the program if an array is empty?
signal1 = [1,2,3,4,5,6]; signal2 = [7,8,9,10,11,12]; signal3 = [13,14,15,16,17,18]; signal4 = [19,20,21,22,23,24]; signal5 =...

alrededor de 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How to create a vector?
I have as an output in my simulink model a matrix a time vector. Matrix 1 7 13 19 25 31 2 8 14 20 26 32 3 9 15 21 27 33 4 1...

alrededor de 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How to stop the program if an array is empty?
signal1 = [1,2,3,4,5,6]; signal2 = [7,8,9,10,11,12]; signal3 = [13,14,15,16,17,18]; signal4 = [19,20,21,22,23,24]; signal5 =...

alrededor de 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How can I can I export a matrix to another function in Simulink?
I am trying to save this matrix in an array. Matrix : [1,2,3,4,5,6;7,8,9,10,11,12;13,14,15,16,17,18;19,20,21,22,23,24] size = ...

alrededor de 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How can I split a matrix into 4 regions?
data = [0, 5:120; [(10:200)', zeros(191, 116)]]

alrededor de 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How can I create a table or matrix of 193 rows and 117 columns?
for i=0:115;x(1,i+1)=5+i;end j = 1; for i=10:200;v(j+1,1)= i; j =j+1;end I want all the x values in columns -->116 value...

alrededor de 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Loop different variables from workspace
num = 1; -------> 475 current_file = Test_1; -----------------> test_475 (Table of name 'Test_1' in workspace) rate = h...

más de 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How can I load variable mat file with similar name, modify them and save them again?
for i=1:num v = sprintf('Following_%d',i); l = heigth(v) end *I want to read the size of the table, load ...

más de 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Change the name of a table located in my workspace inside a for loop
%Data Folder Analysis file = dir(fullfile('C:\Users\Desktop\data','*mat')); num_files=sprintf('The following mat files are to ...

más de 4 años hace | 1 respuesta | 0

1

respuesta