??? Undefined function or method 'Max' for input arguments of type 'double'.

3 visualizzazioni (ultimi 30 giorni)
hello, i m using matlab 2010b, when i try to run a function i got all these errors
Dock fig(1)
Dock fig(1)
Warning: Unable to interpret TeX string "C:\MATLAB\chemin\"
> In graphics\private\prepare at 50
In print at 304
In ssi_analyse at 56
Indentation #1
FER #3
Coefficients de décharge par défaut
???
Undefined function or method 'Max' for input arguments of type 'double'.
Error in ==> SelectDiscret at 10
if Max(x)<Dernier(x_discret)
Error in ==> analysethP at 777
hTT=SelectDiscret(t(deb:fin)-t(deb),h(deb:fin),TT,0);
Error in ==> analyseMCthP at 154
[mesures_c{cycle} descriptif_c{cycle} texte_c{cycle}]...
Error in ==> ssi_analyse at 76
[valeurs_mesures descriptif_mesures ssi.mes(ind).t ssi.mes(ind).h ssi.mes(ind).F texte cycles]=...
what could the problem be ??
Thanks

Risposte (1)

Torsten
Torsten il 20 Ott 2015
The name of the function is "max", not "Max".
Best wishes
Torsten.

Categorie

Scopri di più su Entering Commands in Help Center e File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by