Community Profile

photo

Stacey


Last seen: 4 years ago Active since 2020

Followers: 0   Following: 0

Message

Statistics

  • First Answer

View badges

Feeds

View by

Answered
How do I save variables from a function to the base workspace?
If you would like to do this for debugging purposes, you can click on the down-arrow below "Run" and choose "Pause on Errors". T...

4 years ago | 3

Answered
help with xlswrite
From 2013b up, you can use writetable instead: col_num = [1;2;3] col_word = ['a';'b';'c'] writetable(table(col_num,col_word...

4 years ago | 0