Filter löschen
Filter löschen

Info

Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.

How to create an mfile in my app in the working directory?

1 Ansicht (letzte 30 Tage)
farzad
farzad am 30 Mär. 2020
Geschlossen: MATLAB Answer Bot am 20 Aug. 2021
Hi All
I have a code in my app and want it also to create an mfile with some lines in a folder I want and then run it. How is this possible ?
and how do I write a line that it can save an already open figure ?
I tried :
txt=str(saveas(f,'test','jpg'));
edit file.m
FID=fopen('file.m',w);
fprintf(FID, '%s', txt);
fclose(FID);
run('file')
  4 Kommentare
Image Analyst
Image Analyst am 2 Apr. 2020
That code looks like nonsense. What are you trying to do with the saveas() function?
farzad
farzad am 5 Apr. 2020
I tried to save an open figure via matlab but this did not work after compiling. I resolved it . It was actually working inside the app

Antworten (0)

Diese Frage ist geschlossen.

Community Treasure Hunt

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

Start Hunting!

Translated by