Try in MATLAB Mobile. x = linspace(0,10). y = x.^2. plot(x,y,'b+-'). What type of command can I use to mark one specific point on the line, e.g. y(2), ...
確定! 回上一頁