Feeds
提问
How to plot a piece-wise function using FPLOT
Hello Please state if possible, how to use fplot to have the graph of a piecewise function. Actually the code below is exactly...
9 years 前 | 1 个回答 | 0
1
个回答提问
How to define a vector that its elements are created in a For Loop?
I would like to define a vector,X, with five elements: syms a X = zeros(1,5); X(1) = 1; for k = 1:4 ...
9 years 前 | 1 个回答 | 0

