Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations cowski on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

matlab workspace

Status
Not open for further replies.

malakzar

Computer
Joined
May 12, 2003
Messages
1
Location
EG
How can I print a matrix from matlab workspace note(print,copy,paste,cut)inactive command in my window?
 
I'm not sure what you mean? Are you saying that you want to print out a matrix but you can't cut or copy from the command window? If this is the case then you can save the matrix as an ASCII text file and import it into a spreadsheet such as Excel where you can easily print it out.

use the command

save my_text_file.txt my_matrix -ASCII

M
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top