Feeds
질문
simple x.y plot
%Q2) Create a variable 𝑥 which is a vector containing multiples of 5 between % 0 and 50. x = (0:5:50) % Compute the function...
거의 2년 전 | 답변 수: 1 | 0
1
답변Discussion
simple plot function help
% Create a variable 𝑥 which is a vector containing multiples of 5 between % 0 and 50. x = (0:5:50) % Compute the function 𝑦 ...
거의 2년 전 | 0