photo

Michele Thompson


自 2017 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

4 个提问
0 个回答

排名
257,889
of 300,417

声誉
0

贡献数
4 个提问
0 个回答

回答接受率
0.0%

收到投票数
0

排名
 of 20,961

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 168,731

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

Feeds

排序方式:

提问


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

8 years 前 | 0 个回答 | 0

0

个回答

提问


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

8 years 前 | 2 个回答 | 0

2

个回答

提问


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

8 years 前 | 1 个回答 | 0

1

个回答

提问


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

8 years 前 | 1 个回答 | 0

1

个回答