photo

MIGUEL HERNANDEZ


ITSTLAXCO

2016 年からアクティブ

Followers: 0   Following: 0

統計

  • Thankful Level 1

バッジを表示

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...

7年以上 前 | 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年弱 前 | 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年弱 前 | 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年弱 前 | 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年弱 前 | 7 件の回答 | 3

7

回答