Differences between revisions 1 and 2
Revision 1 as of 2010-12-17 10:26:02
Size: 397
Editor: sprint_first
Comment:
Revision 2 as of 2010-12-17 10:26:58
Size: 428
Editor: sprint_first
Comment:
Deletions are marked like this. Additions are marked like this.
Line 28: Line 28:
  * <Bala Subrahmanyam Varanasi>, <Student>, <Vishnu Institute of Technoogy>
Line 29: Line 30:
  * <Your Name>, <Profession>, <Organization>
  • Book

    Getting started with MATLAB

    Author

    Rudra Pratap

    Edition

D=matrix(2,3)
Result:

[0 0 0]
[0 0 0]

E=matrix(3,3,1)

Result:
[1 0 0]
[0 1 0]
[0 0 1]

  • Solution by:

    • <Bala Subrahmanyam Varanasi>, <Student>, <Vishnu Institute of Technoogy>

    • <Your Name>, <Profession>, <Organization>

Pratap-2.6-3 (last edited 2010-12-17 10:26:58 by sprint_first)