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
