photo

Cameron Fogerty


Last seen: 5 years 前 自 2019 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

3 个提问
0 个回答

排名
154,793
of 301,447

声誉
0

贡献数
3 个提问
0 个回答

回答接受率
0.0%

收到投票数
0

排名
 of 21,284

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 174,609

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

Feeds

排序方式:

提问


Trying to plot the solution to a differential equation, but my code is giving me a solid number rather than an equation??
I will paste my code, attatch the .m file, and also paste my inputs. Very strange to me because I cant find the problem. New to ...

6 years 前 | 0 个回答 | 0

0

个回答

提问


Error when calling function, "Invalid expression. When calling a function or indexing a variable, use parentheses. Otherwise, check for mismatched delimiters."
function m_roots(f,m) xroots = zeros(1,m); dx=1/100; x=0; jj=0; while jj<m while f(x)*f(x+dx)>0, x=x+dx; end ...

6 years 前 | 3 个回答 | 0

3

个回答

提问


Writing a function that returns all the roots of any function within a certain range?
Hi all, I'm just getting started with MATLAB and coding in general so don't understnad many of the basics. My task here is to...

6 years 前 | 1 个回答 | 0

1

个回答