Problème d'exportation .mlx en PDF
Afficher commentaires plus anciens
Bonjour,
Lors de mon utilisation de la fonction 'export', je rencontre une erreur que je n'arrive pas à résoudre.
Voici comment j'utilise la fonction ( à la fin de mon fichier .mlx concerné) et le message d'erreur associé :
Le code :
export('myfile.mlx', 'export_PDF.pdf');
L'erreur :
Error using assert
Unable to open or load the Editor.
Error in matlab.desktop.editor.HeadlessEditorDocument/ensureRtcReady (line 123)
assert(obj.IsRtcReady == RtcEditorState.CREATED, ...
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error in matlab.desktop.editor.HeadlessEditorDocument/get.Opened (line 467)
obj.ensureRtcReady;
^^^^^^^^^^^^^^^^^^^
Error in matlab.desktop.editor.Document/get.Opened (line 837)
isopen = obj.Editor.Opened;
^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error in export (line 153)
if editorDocument.Opened
^^^^^^^^^^^^^^^^^^^^^^^^
Si quelqu'un peut m'aider !
Merci
Réponse acceptée
Plus de réponses (0)
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!