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 years 前 | 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 years 前 | 2 个回答 | 0
