photo

Aru hazari


Aktiv seit 2015

Followers: 0   Following: 0

Statistik

MATLAB Answers

3 Fragen
0 Antworten

RANG
107.044
of 300.343

REPUTATION
0

BEITRÄGE
3 Fragen
0 Antworten

ANTWORTZUSTIMMUNG
0.0%

ERHALTENE STIMMEN
0

RANG
 of 20.926

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG

of 168.172

BEITRÄGE
0 Probleme
0 Lösungen

PUNKTESTAND
0

ANZAHL DER ABZEICHEN
0

BEITRÄGE
0 Beiträge

BEITRÄGE
0 Öffentlich Kanäle

DURCHSCHNITTLICHE BEWERTUNG

BEITRÄGE
0 Highlights

DURCHSCHNITTLICHE ANZAHL DER LIKES

Feeds

Anzeigen nach

Frage


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...

mehr als 10 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


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; ...

mehr als 10 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


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 ...

mehr als 10 Jahre vor | 2 Antworten | 0

2

Antworten