Can I build a Matlab calendar with editable tasks listed foe individual days?
조회 수: 3 (최근 30일)
이전 댓글 표시
I'm building finicial a calender with individual entries in each day for bills due or payed. I would like to generate a calender uifigure in which appears the date (not editable) and be able to add multiple, editable, individual transactions in each days for income or expenceses. Is this possible in MATLAB and do I need specific toolboxes to achieve this?
댓글 수: 1
Stephen23
2025년 5월 7일
편집: Stephen23
2025년 5월 7일
"Is this possible in MATLAB and do I need specific toolboxes to achieve this?"
Sounds very fiddly, but certainly possible. For example using DATEPICKER and then lots of text/edit/menu fields of various flavors. Or some tabs, or a table. However: do not underestimate the amount of work involved in developing a working GUI!
If you are new with GUIs you might like to try this:
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Calendar에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!