Community Profile

photo

John


Active since 2014

Statistics

  • Thankful Level 1

View badges

Content Feed

View by

Question


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

9 years ago | 0 answers | 0

0

answers

Question


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

9 years ago | 1 answer | 0

1

answer

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

9 years ago | 1

Question


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

9 years ago | 1 answer | 0

1

answer

Question


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

9 years ago | 1 answer | 0

1

answer

Question


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

9 years ago | 1 answer | 0

1

answer

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

9 years ago | 0

Question


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

9 years ago | 4 answers | 0

4

answers