photo

John


自 2014 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB Answers

6 个提问
2 个回答

排名
20,583
of 300,853

声誉
2

贡献数
6 个提问
2 个回答

回答接受率
33.33%

收到投票数
1

排名
 of 21,094

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 171,294

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


How to solve graphed equation at specific point?
Here's my code and I want to find the value of wavelength where it crosses 0. I can see from the graph its around 1.3. I'm not s...

11 years 前 | 0 个回答 | 0

0

个回答

提问


Is it possible to plot multiple equations with different intervals?
If I have three different equations for example y=x, y=x^2, and y=sqrt(x), is it possible to graph them over three different int...

11 years 前 | 1 个回答 | 0

1

个回答

已回答
How to find all the intersections of two lines.
Nevermind just figured it out using eq=eqrs-eqls; vpasolve(eq,t,init_guess)

11 years 前 | 1

提问


How to find all the intersections of two lines.
I've written a code to plot two equations but I'm trying to find the value of my variable t where the two equations intersect at...

11 years 前 | 1 个回答 | 0

1

个回答

提问


Why will matlab plot one tan function but not the other.
Why will matlab plot tan(8856*x/9444) using ezplot but won't plot 'tan(8856906554427779*x/9444732965739290427392). For the fi...

11 years 前 | 1 个回答 | 0

1

个回答

提问


Solution to equation into matrix form?
Here is my code: x=linspace(1,5,5)' For c=1:2 y=x+1*c end I want the solution to be stored in a 5x2 matrix: ...

11 years 前 | 1 个回答 | 0

1

个回答

已回答
How to define which variable is x and which variable is y axis?
Thanks that clears up a lot however if I can't separate b into one term is there a way to plot it. This is the actual equation: ...

11 years 前 | 0

提问


How to define which variable is x and which variable is y axis?
I have an equation like "2*c^2 - 4*b = 0" with b ranging from 0 to 10. I want to plot a graph of b verses c with b on the x axis...

11 years 前 | 4 个回答 | 0

4

个回答