Commands on a matrix
Show older comments
Hi Guys
So I have a matrix
a = [16 456 22 85 93;
11 78 310 62 36;
1 66 23 67 405]
how would I add/delete row or column in the matrix? - plot a graph, hold on/hold, turn on grid and label x and y axis?
thank you :)
3 Comments
Jan
on 2 May 2016
What exactly is your question? Adding deleting rows/columns is explained exhaustively in the Getting Started chapters of the documentation. You find descriptions there also about how to plot a graph, the hold command, labels and grids. So do you aks to rephrase the documentation? Simply use the help and doc commands.
You got links for all of those topics in answer to your earlier question:
Has something changed since you received (and accepted) that answer?
Adding and accessing elements to arrays is a very basic MATLAB usage that you would be better off learning by doing these introductory tutorials:
We are volunteers, not a private tutorial service: the internet has thousand of MATLAB tutorials that will teach you how to to start using MATLAB.
Laura McHugh
on 2 May 2016
Accepted Answer
More Answers (1)
the cyclist
on 2 May 2016
1 vote
Your question is effectively "How do I use MATLAB?"
Rather than explain that here, which might take up a bit of space, let me point you to this tutorial page.
1 Comment
Laura McHugh
on 2 May 2016
Categories
Find more on Networks in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!