Linked Questions

Popular Questions

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?

Related Questions