Community Profile

photo

Kjartan Thomas Madsen


Last seen: fast 4 Jahre vor Aktiv seit 2019

Followers: 0   Following: 0

Statistiken

Feeds

Anzeigen nach

Frage


How do I get Matlab to draw a graph with solutions to an equation? I tried making matlab draw a graph for a multivariable equation, but I can't figure out how to. Tried to make an array of solution then plot it, but it didn't work.
vars = [x y] eqn = z == x^2 + 4*y^2 - 2*x + 8*y +1; Z = solve(eqn, vars); %I don't understand the output [X Y] = meshgrid(-4,...

etwa 5 Jahre vor | 2 Antworten | 0

2

Antworten