photo

John Doe


自 2014 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB Answers

5 个提问
0 个回答

排名
34,014
of 300,863

声誉
1

贡献数
5 个提问
0 个回答

回答接受率
80.0%

收到投票数
1

排名
 of 21,100

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 171,413

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


Trying to use values from my function file, within a fplot command, is this possible?
So i have an matlab .m function file called f.m, which is a function f(x). I can use the code below to plot the graph cl...

12 years 前 | 1 个回答 | 0

1

个回答

提问


How to use intervals within fplot?
So i have an matlab .m function file called f.m, which is a function f(x). I can use the code below to plot the graph within ...

12 years 前 | 1 个回答 | 0

1

个回答

提问


Unable to use the sqrt(A) function in a function file
I'm trying to execute a function similar to this: function y=y(w) a=1 b=1 c=1 d=1 e=1 f=(b*c)*a^3 F = ...

12 years 前 | 1 个回答 | 0

1

个回答

提问


How to store values from a loop?
I have a .m function file of Y(x,y), and the fzero command below to find the zero for varying values of y: if true for y=...

12 years 前 | 3 个回答 | 1

3

个回答

提问


How to create a fzero loop to find roots of a function file?
I'm going to simplify my equation to make it easier, however I have a .m function file, lets say: if true function Y=Y(x) ...

12 years 前 | 1 个回答 | 0

1

个回答