photo

G


自 2015 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

5 个提问
0 个回答

排名
206,001
of 301,134

声誉
0

贡献数
5 个提问
0 个回答

回答接受率
100.0%

收到投票数
0

排名
 of 21,179

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 172,963

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 3

查看徽章

Feeds

排序方式:

提问


Trying to get a plot but I get the error below, any way to plot without changing the code but using different syntax?
| | |_The function is:_||| function yprime = model(t,y) d=5*10^-6; xHe=0:1:100; %Important xAr=100:-1:0; %Impor...

10 years 前 | 1 个回答 | 0

1

个回答

提问


How to get plot from code using the two given differential equations and initial conditions and time?
*Function below* function yprime = meen668_project5_3(t,tm,y) yprime(1,1)=15-((3*(y(1))*t)/800); %%Equation 1, Exampl...

10 years 前 | 1 个回答 | 0

1

个回答

提问


Error with function and script
*Below is the function* function yprime = temp1t(t,y) d=20*10^-6; pg=0.1624; Vol=(pi/6)*d^3; As=(pi/4)*d^2; ...

10 years 前 | 1 个回答 | 0

1

个回答

提问


Output argument "T" ( ) not assigned during call to " ".
I am using one function that calls using two others. Here are the functions. I would like to use V as a set of numbers. fun...

10 years 前 | 3 个回答 | 0

3

个回答

提问


Output argument "T" (and maybe others) not assigned during call to "temp_alt" error
I am using one function that calls using two others. Here are the functions. ---------------------------------------------...

10 years 前 | 1 个回答 | 0

1

个回答