Feeds
질문
How can I output a 2 column matrix from a function?
I have a position expression and a velocity expression. I want to output a 2 column matrix with the data from t=0 to t=15. My ...
거의 10년 전 | 답변 수: 1 | 0
1
답변질문
How to show values used in min() function?
If you have: R = [0:0.01:40]; L = 800./R - 1./4*pi*R ; cost = 30*(2*L + 4*R)+40*(pi*R) ; min(cost) How do I ex...
거의 10년 전 | 답변 수: 2 | 0
