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年 前 | 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年 前 | 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年 前 | 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年 前 | 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年 前 | 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年 前 | 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年以上 前 | 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年以上 前 | 4 件の回答 | 0
