Statistica
RANK
155.462
of 301.966
REPUTAZIONE
0
CONTRIBUTI
1 Domanda
1 Risposta
ACCETTAZIONE DELLE RISPOSTE
0.0%
VOTI RICEVUTI
0
RANK
of 177.784
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
Why this program keep saying Error using plotting>getC Too many output arguments. Error in plotting (line 9) res(i)=getC(1,0,100);? The getC returns c, which is only one output(a number),where're the 'too many' outputs?
Here's my scripts,I'm new to Matlab and really couldn't figure out how to fix this problem... function plotting clc ...
quasi 9 anni fa | 2 risposte | 0
2
risposteRisposto
Why this program keep saying Error using plotting>getC Too many output arguments. Error in plotting (line 9) res(i)=getC(1,0,100);? The getC returns c, which is only one output(a number),where're the 'too many' outputs?
if true function plotting clc close all x = linspace(1,2,2); res=zeros(1,length(x)); for i=1:length(x) xpt=x(i); ...
Why this program keep saying Error using plotting>getC Too many output arguments. Error in plotting (line 9) res(i)=getC(1,0,100);? The getC returns c, which is only one output(a number),where're the 'too many' outputs?
if true function plotting clc close all x = linspace(1,2,2); res=zeros(1,length(x)); for i=1:length(x) xpt=x(i); ...
quasi 9 anni fa | 0