photo

Michele Thompson


Active since 2017

Followers: 0   Following: 0

Statistics

Feeds

View by

Question


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; ...

7 years ago | 0 answers | 0

0

answers

Question


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...

7 years ago | 2 answers | 0

2

answers

Question


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)+{...

7 years ago | 1 answer | 0

1

answer

Question


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,...

7 years ago | 1 answer | 0

1

answer