GROZO
Followers: 0 Following: 0
MATLAB
Statistica
2 Domande
0 Risposte
RANK
199.665
of 295.467
REPUTAZIONE
0
CONTRIBUTI
2 Domande
0 Risposte
ACCETTAZIONE DELLE RISPOSTE
0.0%
VOTI RICEVUTI
0
RANK
of 153.912
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
Domanda
i am trying to make a function that make graphs by giving different value
function D=po(a,b,c,x1,x2) x=(x1:0.1:x2); for j=1:length(x) M(j)=a*x(j)^2+b*x(j)+c; end figure(1) fplot(@(x) M(j)) grid o...
quasi 3 anni fa | 1 risposta | 0
1
rispostaDomanda
iam trying to make a function for graph
function D=MQ(a,b,c,x1,x2,q,w,e,x3) x=(x1:0.1:x2); for j=1:length(x) M(j)=a*x(j)^2+b*x(j)+c; end y=(x2:0.1:x3) for i=1:len...
quasi 3 anni fa | 1 risposta | 0