Is it possible to change the name of Uicalender Object?

1 view (last 30 days)
Hi, Community
I have a simple question.... I just want to rename the Uicalender name object to another name.... If it is possible, how to do that?
The syntax of function in this document https://www.mathworks.com/help/finance/uicalendar.html didnt allow me to change the name... Thank you so much everyone...

Accepted Answer

Voss
Voss on 29 Apr 2022
cal = uicalendar();
set(cal,'Name','new name');

More Answers (0)

Categories

Find more on Shifting and Sorting Matrices in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!