photo

Fardin Khan


Attivo dal 2019

Followers: 0   Following: 0

Statistica

MATLAB Answers

2 Domande
0 Risposte

RANK
138.739
of 301.464

REPUTAZIONE
0

CONTRIBUTI
2 Domande
0 Risposte

ACCETTAZIONE DELLE RISPOSTE
50.0%

VOTI RICEVUTI
0

RANK
 of 21.292

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK

of 174.642

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

Feeds

Visto da

Domanda


Why am I getting: "Index exceeds the number of array elements (1)." error?
function Euler2 (k, Ta, t0, T0, tn, n) h = (tn - t0)/n; t = t0; T = T0; for i=1:n T(i+1) = T(i) + (-k(T(i)-Ta)) * h; ...

circa 7 anni fa | 1 risposta | 0

1

risposta

Domanda


Why is my function outputting a blank graph:
function add(a, b, n) figure, hold on for i=1:n a = [a+2]; b = [b*2]; fprintf("%8.3f", a), fprintf("%19.4f\n", ...

circa 7 anni fa | 2 risposte | 0

2

risposte