I want to save a matrix into a file, therefore I'm using
dlmwrite('matrix', m);
But I want save the file using a save file dialog just like using uiputfile but, I dont think it can
Is there any other ways to do something similar to it? or I'm just missing something from the dlmwrite function?
You can use uiputfile for this:
the
uiputfilecommand doesn't save anything, it just returns the name and path of the selected file. See this.