Clear Filters
Clear Filters

Info

This question is closed. Reopen it to edit or answer.

why after compilation charts are not saved?

1 view (last 30 days)
Sabina
Sabina on 30 Dec 2018
Closed: Rik on 30 Dec 2018
Так что сохраните график
Функция uipushtool3_ClickedCallback (hObject, eventdata, дескрипторы)
[filename, pathname, indx] = uiputfile ( 'Зав. количество СН от дальности rez_1.jpeg' );
path_file = FullFile (путь, имя файла)
fid = fopen (path_file, 'w' );
если фид == -1
ошибка ( «Файл не открыт» );
конец
figure_image = getframe (handles.axes2);
imwrite (chart_image.CData, 'Зав. количество СН от дальности rez_1.jpeg' , 'jpeg' );
  1 Comment
Rik
Rik on 30 Dec 2018
This is just the code from your previouw question reposted

Answers (0)

This question is closed.

Community Treasure Hunt

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

Start Hunting!