photo

Burners


Attivo dal 2012

Followers: 0   Following: 0

Messaggio

Statistica

Feeds

Visto da

Risposto
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

circa 12 anni fa | 0

Domanda


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

circa 12 anni fa | 2 risposte | 0

2

risposte

Domanda


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

circa 12 anni fa | 5 risposte | 0

5

risposte