How to save file on chosen path in app designer?

6 views (last 30 days)
I have created app to generate sine wave and now I want to save data entered for to generate sine wave in csv file.
then i have created two push button. one is save and another is select path. my save button is workin properly but after selecting path its not storing file on that selected path. It is always storing file in Downloads. I am using uigetdir function for select path. which function should i choose?

Answers (1)

J. Alex Lee
J. Alex Lee on 1 Mar 2020
can you just simplify and use uiputfile()?

Categories

Find more on Migrate GUIDE Apps in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!