photo

Hariyali Ramesh


Last seen: oltre 5 anni fa Attivo dal 2018

Followers: 0   Following: 0

Statistica

MATLAB Answers

2 Domande
0 Risposte

RANK
129.079
of 300.392

REPUTAZIONE
0

CONTRIBUTI
2 Domande
0 Risposte

ACCETTAZIONE DELLE RISPOSTE
100.0%

VOTI RICEVUTI
0

RANK
 of 20.934

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK

of 168.373

CONTRIBUTI
0 Problemi
0 Soluzioni

PUNTEGGIO
0

NUMERO DI BADGE
0

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • Thankful Level 2
  • Thankful Level 1

Visualizza badge

Feeds

Visto da

Domanda


Repeated user input for even numbers
The code needs to keep asking for user input until an even number is inputted. I've got this code so far: a = input('Input a va...

quasi 7 anni fa | 1 risposta | 0

1

risposta

Domanda


Why does the loop not work for the increment stated?
for t= 0:1:20 a= [t, sin(t), 0]; b= [0, 0, cos(t)]; v= a + b; end The loop only calculates the value of v for 20, not 0 to ...

quasi 7 anni fa | 1 risposta | 0

1

risposta