photo

Burners


Aktiv seit 2012

Followers: 0   Following: 0

Nachricht

Statistik

Feeds

Anzeigen nach

Beantwortet
fprintf command issue. tricky columns.
What i want is, the *same style as my vectors are arranged* 1 90 2 91 3 92 4 93 5 94

etwa 12 Jahre vor | 0

Frage


fprintf command issue. tricky columns.
a=1:5; b=90:94; fprintf('Variables A : %.f | Variables B : %.f\n',a,b); Consider the script above. Varia...

etwa 12 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


How do i create a loop for this expression?
Taking the number of iterations to be 5 By using i=1:5 How do i use a loop "for" command to express this? 1 x 8 +...

etwa 12 Jahre vor | 5 Antworten | 0

5

Antworten