matlab workspace
matlab workspace
(OP)
How can I print a matrix from matlab workspace note(print,copy,paste,cut)inactive command in my window?
INTELLIGENT WORK FORUMS
FOR ENGINEERING PROFESSIONALS Come Join Us!Are you an
Engineering professional? Join Eng-Tips Forums!
*Eng-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail. Posting GuidelinesJobs |
|
RE: matlab workspace
use the command
save my_text_file.txt my_matrix -ASCII
M