Is it possible to change the name of Uicalender Object?

조회 수: 1 (최근 30일)
Tyann Hardyn
Tyann Hardyn 2022년 4월 29일
댓글: Voss 2022년 4월 29일
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...

채택된 답변

Voss
Voss 2022년 4월 29일
cal = uicalendar();
set(cal,'Name','new name');
  댓글 수: 2
Tyann Hardyn
Tyann Hardyn 2022년 4월 29일
You re more than superb, Sir.... Thank you soooo Much /.\ /.\
Voss
Voss 2022년 4월 29일
You're welcome!

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Shifting and Sorting Matrices에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by