Feeds
已回答
Plot y^2 = x^2 + 1 (The expression to the left of the equals sign is not a valid target for an assignment.)
ezplot('-1*x^2 + 1*y^2 - 1')
Plot y^2 = x^2 + 1 (The expression to the left of the equals sign is not a valid target for an assignment.)
ezplot('-1*x^2 + 1*y^2 - 1')
11 years 前 | 1
提问
Plot y^2 = x^2 + 1 (The expression to the left of the equals sign is not a valid target for an assignment.)
%Clear memory clear; %Number of points N = 10000; %Preallocate memory x = zeros(1,N); y1 = zeros(1,N...
11 years 前 | 5 个回答 | 0
