Clear Filters
Clear Filters

How to change the MATLAB prompt

5 views (last 30 days)
Frank
Frank on 15 Apr 2022
Answered: Amanjeet Pani on 13 Jul 2022
The standard MATLAB prompt is >>
I would like to change the prompt according to a status variable.
Example:
myStatus = 'Project 1';
Expected result for the MATLAB prompt after pressing the "enter" button:
Project 1 >>

Answers (1)

Amanjeet Pani
Amanjeet Pani on 13 Jul 2022
you can go through the steps mentioned here to do the needful changes

Categories

Find more on Get Started with MATLAB in Help Center and File Exchange

Products


Release

R2021b

Community Treasure Hunt

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

Start Hunting!