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년 전 | 답변 수: 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년 전 | 답변 수: 1 | 0

