Feeds
提问
How can I take advantage of Matlab as an undergraduate chemical engineering student?
I have studied the content of the tutorials and I am not sure if buying a book on how to program on Matlab or one that covers th...
8 years 前 | 1 个回答 | 0
1
个回答提问
How to plot a 2d parametric equation
Equation is x=2t+4, y=t-1 This is what I did: t=(1:5) x=2t+4 t=t-1 plot (x,y) And I obtained a diagonal line....
8 years 前 | 1 个回答 | 0
1
个回答提问
how to display in one variable the max of each one of two arrays?
a=[5 10 15] b=[20 25 30] c= ?
8 years 前 | 2 个回答 | 0
2
个回答提问
Do I need Experts-Exchange to complement my Matlab learning?
I am in the process of learning Matlab. Is it enough for a beginner the content from this website?
8 years 前 | 1 个回答 | 0
1
个回答提问
How to display two non-consecutive column vectors
m = [2 3 4; 5 6 7; 8 9 10] I know how to display 1:3 or 2:3, b = m(:,1:3) but I am having difficulties when tryi...
8 years 前 | 7 个回答 | 3