Waivio

Recommended Posts

MATLAB : How to create Matrix in MATLAB

1 comment

skysnap69.595 years agoSteemit

Learn MATLAB : How to create Matrix in MATLAB.

If you like this video then Do share the video in the article to your friends or in your social media accounts. You can also subscribe to the YouTube channel.

Check out the video above to learn How to create Matrix in MATLAB.

I recommend checking out MatLab Programming book. You can get a lot of answers to your questions. Plus the new edition of the book can cover some of the latest topics too.

How to create Matrix in MATLAB Examples

Matrix or matrices are basically 2 dimensional arrays. You can define them pretty easily.

For example,

>> A = [ 1 2 3; 3 4 5; 6 7 8]

If you print that out on matlab prompt. You will get the output something like this.

A =

     1     2     3
     3     4     5
     6     7     8

Now watch how to work with matrices and how to manipulate them in the video.

I recommend checking out MatLab Programming book. Let me know if you like the video.

I hope the information here helps you. I'd appreciate if you like the video and share it with others.

Comments

Sort byBest
AI
Waivio AI Assistant
How can I help you today?