Can I build a Matlab calendar with editable tasks listed foe individual days?
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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 comentario
Stephen23
el 7 de Mayo de 2025
Editada: Stephen23
el 7 de Mayo de 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:
Respuestas (0)
Ver también
Categorías
Más información sobre Calendar en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!