Filter löschen
Filter löschen

Is it possible to change the name of Uicalender Object?

2 Ansichten (letzte 30 Tage)
Tyann Hardyn
Tyann Hardyn am 29 Apr. 2022
Kommentiert: Voss am 29 Apr. 2022
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...

Akzeptierte Antwort

Voss
Voss am 29 Apr. 2022
cal = uicalendar();
set(cal,'Name','new name');
  2 Kommentare
Tyann Hardyn
Tyann Hardyn am 29 Apr. 2022
You re more than superb, Sir.... Thank you soooo Much /.\ /.\
Voss
Voss am 29 Apr. 2022
You're welcome!

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu Shifting and Sorting Matrices 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!

Translated by