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

1 次查看(过去 30 天)
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

回答(1 个)

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

类别

Help CenterFile Exchange 中查找有关 Entering Commands 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by