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
