Could figures created and saved from Matlab be opened from other language which is more generally used?

1 Ansicht (letzte 30 Tage)
I am creating a number of figures in a code for users who do not have Matlab enviornment. The code was developed with MATLAB R2018b, and has been converted into an EXE form with Application Compiler of the same Matlab version. The users can run the EXE file with input data they choose and can see the figures produced through the run of the code before the program is closed. However, once the figures are saved, the users can nolonger open the figures. This becomes a limitation to the application of product created with Matlab. We have looked at the figures with ImageJ/FIJI and saw that these are binary format of proprietary matlab format. Idealy a more generally available lauguage or method can be used to open and edit the Matlab figures. Is any of this kind available or are there any way arround this limitation?
  5 Kommentare
Wu Zhang
Wu Zhang am 27 Nov. 2020
Thanks Walter Roberson. I tried, and it finally worked this way:
saveas(h2, ['Barchart3', ext]);

Melden Sie sich an, um zu kommentieren.

Antworten (0)

Kategorien

Mehr zu Convert Image Type finden Sie in Help Center und File Exchange

Produkte


Version

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by