Hi everyone who talks the language of Maths and Engineering (Not that MATLAB has any affiliation to only one of these subjects!).....
Anyways.. through my Bachelor's Degree and with the start of my Masters Degree I'm seeing a lot of my friends and fellow students struggling with MATLAB... So I thought I would sit down some moment to kick some ass for you guys who are struggling with MATLAB....
To start with... Have you installed MATLAB??.. If you have good... else ..please get one copy and install it..nothing I can help you in that..(sadly..)
Now lets get started with it.... When you start MATLAB you might see a window ..something like this..
..this is called the COMMAND WINDOW..
Its just like the DOS prompt...
Now try these simple steps
type
A=10
B=10
A+B
you might see an output like this;...
>> ans=20
Well, that means A+B=10+10=20... So you just made your MATLAB function like a calculator...
Try such commands and have fun ... for now... We will deal with Matrix functions later on...
So have fun...!
No comments:
Post a Comment