photo

Michele Thompson


Active since 2017

Followers: 0   Following: 0

Statistics

MATLAB Answers

4 Questions
0 Answers

RANK
105,334
of 297,503

REPUTATION
0

CONTRIBUTIONS
4 Questions
0 Answers

ANSWER ACCEPTANCE
0.0%

VOTES RECEIVED
0

RANK
 of 20,449

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 159,017

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

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