Why the editor of the mask initialization code is disabled
7 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
I am playing with a really simple masked subsystem, and I want to add some code to initiatize the masked block.
But, it seems that code editor is disabled, and I cannot add any code:
I would like to add some code within the function "initialization".
Is there something I have to do to enable it? Or am I missing something?
Note that I am working on Ubuntu 22.04.
Thanks for your help!
4 Kommentare
Daniel Francisco
am 2 Dez. 2022
Hi, same problem here.
Furthermore, I sended my .slx file to my Windows PC (also running Matlab2022b) and I could write in the mask window. I don't know how to solve it.
Antworten (2)
Lorenzo
am 24 Mai 2023
1 Kommentar
Silvio Traversaro
am 24 Mai 2023
To do so, at least on Ubuntu 22.04 you can go edit the /etc/gdm3/custom.conf and change the line:
#WaylandEnable=false
to
WaylandEnable=false
to verify that you are actually running x11, you can run:
cat $XDG_SESSION_TYPE
Bhavana Ravirala
am 18 Nov. 2022
You are not required to enable anything to add code to the “initialization” function.
Also, Could you share the errors or warnings that you are getting when you try to add code to the “initialization” function.
4 Kommentare
Bhavana Ravirala
am 24 Feb. 2023
Hi Lorenzo
Are you able to add code to the parameter callback? Is the rest of maskeditor working fine? Can you please provide more information regarding options which you can't access.
Siehe auch
Kategorien
Mehr zu Author Block Masks finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!