Statistik
3 Fragen
0 Antworten
RANG
195.171
of 301.237
REPUTATION
0
BEITRÄGE
3 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
100.0%
ERHALTENE STIMMEN
0
RANG
of 21.206
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 173.611
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 Discussions
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
My script is working wrong with nested for loops
d = input('enter a number:') figure for b = 0:0.5:d plot(b, 0, '*k') pause(0.05) end for c = 0:0.5:d plot(0, c,...
fast 5 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
Plotting Square Consisting of '*'
I am trying to create a square consisting of '*' with for loop. I did this a = input('enter a number:') for ii = 1:a for ...
fast 5 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
Creating matrix with diag command
I am trying to do this a = input('enter a number: ') for i=1:1:a for j=1:1:a z(i,j)= diag(a) end end z I...
fast 5 Jahre vor | 1 Antwort | 0

