Clear Filters
Clear Filters

AltGr+Key Does not work in Simulink Test

2 views (last 30 days)
I have created some Test harnesses to run some unittest of some model blocks, but when i open a Test Sequence Editor i am unable to write and of the symbols, which i would usually access by the shortcut combination of AltGr+Key (such as AltGr+8 and 9 for '[' and ']')
I can access these AltGr symbols fine in other programs, even in Matlabs main command window, so i dont get why it is not working.
I have colleagues who are able to edit the same files and type these symbols, and i can copy and paste the symbols into the editor fine, so im sure its some option somewhere which is tripping me up, but i have not been able to find it for the life of me.
Hope someone can help.

Accepted Answer

Michael Buhl
Michael Buhl on 6 Feb 2023
Asked this question to Mathworks support and got a reply.
It is a known bug which has been fixed in version 2021b. So the workarounds/solution I was give are as follows:
1) Upgrade to the latest version of MATLAB. The issue is not present in MATLAB R2021b and later.
2) Input the symbols you need in the Test Sequence Editor by pasting them from the clipboard. You can view multiple objects in the clipboard by pressing "Windows + V". You can then select the object you wish to paste using the mouse.
3) Edit the Test Sequence block programmatically from the MATLAB Command Window. For an example of this workflow, refer to the documentation links below:
Hope this helps someone else.

More Answers (0)

Products


Release

R2021a

Community Treasure Hunt

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

Start Hunting!