Community Profile

photo

MIGUEL HERNANDEZ


ITSTLAXCO

Attivo dal 2016

Statistiche

  • Thankful Level 1

Visualizza badge

Content Feed

Visto da

Domanda


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

oltre 7 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 7 anni fa | 1 risposta | 0

1

risposta

Domanda


how to display in one variable the max of each one of two arrays?
a=[5 10 15] b=[20 25 30] c= ?

oltre 7 anni fa | 2 risposte | 0

2

risposte

Domanda


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?

oltre 7 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 7 anni fa | 7 risposte | 3

7

risposte