photo

Michele Thompson


Aktiv seit 2017

Followers: 0   Following: 0

Statistik

Feeds

Anzeigen nach

Frage


I keep getting Undefined function or method 'mtimes' for input arguments of type 'cell'.
h=2; [V] = fuelvol1( h ) and the function file is function[V] = fuelvol1( h ) % global r H L r=0.95; ...

etwa 7 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


I keep getting ??? Error using ==> plus Matrix dimensions must agree. Error in ==> dewpoint at 6 f(T,RH)=((a*T)./(b+T))+log(RH/100)
T=[20 25 30 35]; RH=30:10:100; %relative humidity percentages [Td] = dewpoint(T,RH) the function file is... func...

etwa 7 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


I keep getting Error: Function definitions are not permitted at the prompt or in scripts.
function[V] = fuelvol1( h ) % % global r H L r=0.95;%feet H=2.0;%ft L=5.0;%ft d=h-H; V =(2*r*L*H)+{...

etwa 7 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


I keep getting the error Subscript indices must either be real positive integers or logicals.
theta=linspace(-pi,pi,500); P=[269.2 15913 8964 2421]; E1=0.206; Nth=length(theta), NP=length(P); r1=zeros(Nth,...

etwa 7 Jahre vor | 1 Antwort | 0

1

Antwort