Community Profile

photo

Aru hazari


Con actividad desde 2015

Followers: 0   Following: 0

Estadísticas

Feeds

Ver por

Pregunta


how to select an axis using mouse click?
I have 2 axes in the gui figure window. I want to plot the data on the selected axis. The selection is to be done with a mouse c...

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

2

respuestas

Pregunta


how to save the value of each iteration in a loop for later use in the program?
My code is: a=input; b=input; while(1) c=statement; if(x>0) s=a-c; a=altered a; else break; ...

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

2

respuestas

Pregunta


I was building an algorithm and got stuck here, I am not able to go back to the while loop after the if statement evaluates to true. Could you please help me. My code is as follows
a=input b=input while(1) c=statement;[m,n]=size(c); x=0; for i=1:m for j=1:n ...

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

2

respuestas