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年 前 | 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年 前 | 5 件の回答 | 0
