I am getting the message "execution of script matlabtb as a function not supported"
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Ashley Scott
am 12 Jan. 2023
Kommentiert: Ashley Scott
am 12 Jan. 2023
Why am I getting the error
execution of script matlabtb as a function not supported
when I try to run the script per the instructions? It appears that there is only one matlabtb.p file in the path.
This happens on both R2021b and R2022b.
I am running on Windows 11 (Pro).
0 Kommentare
Akzeptierte Antwort
Bora Eryilmaz
am 12 Jan. 2023
Bearbeitet: Bora Eryilmaz
am 12 Jan. 2023
See the note in the documentation page: https://www.mathworks.com/help/hdlverifier/ref/matlabtb.html
"Enter this command in the HDL simulator, not in MATLAB"
When you try to run it as a MATLAB command, you will get the error that you are seeing:
matlabtb 1
Weitere Antworten (0)
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!