Hello everyone. I need help to draw this:
http://i49.tinypic.com/riarko.jpg
with matrix coding in Matlab. can you please provide me the code to this thing?
Thanks in Advance
No products are associated with this question.
Where should this appear? In the command line, on paper, projected by a 3D laser?
I'd start with reading the "Getting Started" chapters in the documentation. Especially the disp and fprintf command will be helpful. Learn more by typing this in the command line:
help disp doc disp help fprintf doc fprintf
2 Comments
Direct link to this comment:
http://www.mathworks.com/matlabcentral/answers/38322#comment_79287
Looks like a homework problem..
We can only help if you show what you have done so far and where you are getting stuck..
Direct link to this comment:
http://www.mathworks.com/matlabcentral/answers/38322#comment_79289
Thanks for your reply. I really have no idea. never used Matlab myself. it's my first time. I just think maybe we could define a simple matrix like the below?
A=[*;**;***;****]
but then again it's not coding. it's just drawing a matrix. and also we get Error: Unexpected MATLAB operator. by using that line.