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

7

个回答