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)
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: ...
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
