photo

Mathew


Last seen: 6 months 前 自 2024 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

6 个提问
0 个回答

排名
292,142
of 300,352

声誉
0

贡献数
6 个提问
0 个回答

回答接受率
83.33%

收到投票数
0

排名
 of 20,928

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 168,212

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 3

查看徽章

Feeds

排序方式:

提问


Identify an unrecognized function or variable
clear all; close all; syms T U t w a=0.3; M=1; h0=1; h1=1; k0=1; k1=1; p=0.5; d=0.5; Z=10; %t=0:1:10; %w=0.75; H=@(s) (p*Z-...

8 months 前 | 1 个回答 | 0

1

个回答

提问


Too many input arguments
clear all; close all; syms k z0=2; r=0.01; K=100; t=0:20:500; u=0.75; B=1; H=@(r) B+r*(1+z0./K)*(u-1); F=@(t) r*(1-z0./K...

8 months 前 | 2 个回答 | 0

2

个回答

提问


Suitable function(s) to be used for plotting the graph
clear all; close all; syms T U a=0.3; M=1; h0=1; h1=1; k0=1; k1=1; p=0.5; d=0.5; Z=10; t=0:1:10; H=@(s) (p*Z-d-exp(-s))*k1; ...

8 months 前 | 1 个回答 | 0

1

个回答

提问


Plotting the graph of only the last iteration
% Need to plot the graph of only the last iteration but multiple graphs are % produced. Only one graph is desired. clear all; ...

8 months 前 | 1 个回答 | 0

1

个回答

提问


Missing input in the argument
clear all; close all; a=0.35; M=1; r0=0; r1=0; p=0.5; d=0.5; Z=100; K=@(t,p,Z,d,r1) (p*Z-d-exp(-t))*r1; P = 0:0.1:10; for i...

8 months 前 | 1 个回答 | 0

1

个回答

提问


Unrecognized function or variable in a code
% param value clear all; close all; % p is constant and q varies k0 = 0.0000169; u=0.6; p=536.2; q=0.0000376; % your functio...

1 year 前 | 1 个回答 | 0

1

个回答