Can I build a Matlab calendar with editable tasks listed foe individual days?
3 views (last 30 days)
Show older comments
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 Comment
Stephen23
on 7 May 2025
Edited: Stephen23
on 7 May 2025
"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:
Answers (0)
See Also
Categories
Find more on Calendar 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!