Feeds
回答済み
How to plot a piecewise function?
Solution usin if statement: x=linspace(-5,30,1000); for i=1:1000 if x(i)<0 y(i)=10; elsei...
How to plot a piecewise function?
Solution usin if statement: x=linspace(-5,30,1000); for i=1:1000 if x(i)<0 y(i)=10; elsei...
約9年 前 | 0
| 採用済み
質問
Can I convert a linear vector into a number?
for example how can i convert a=[5;5;6;7;8] to an b=55678 output?
約9年 前 | 1 件の回答 | 1
