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 years 前 | 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 years 前 | 0