openfig cannot display figure in Matlab Mobile
5 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
I started a for loop to open multiple '.fig' files like this:
for i = 1: 10
FigName = '/xxxxx/yyyy' + List(i) + '.fig'
FigName = char(FigName)
openfig(FigName)
end
it shows like this:
ans =
Figure (1) with properties:
......
BUT NO IMAGES!
I'm doing this on ipad, wish someone to help me!
Thanks!!
Réponses (0)
Voir également
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!