Highlights
Follow


Poll

How many code files are typically in your MATLAB Projects (scripts, functions, classes, tests)?



Jeff Owen
Jeff Owen on 20 Jul 2024 at 16:47
I like to create lots of custom functions to make the code simpler, more compact. Ideally, each function would fit on one screen.
Dawid
Dawid on 2 Jul 2024 at 7:51
69
mustafa birkan
mustafa birkan on 20 May 2024
90000
Eng. Fredius Magige
Eng. Fredius Magige on 14 May 2024
Matlab has assist me to tackle many analytical challenges; few years to come it will lead many available tool, from simple to complex ones
Daniele Lupo
Daniele Lupo on 7 May 2024
I'm developing programs in different languages. The main one is C++, but also C#, Python etc, so when I need to design a matlab tool that's bigger than a simple script I always try to make a OO design and use classes. It helps me a lot when the tool grows and became more and more complex.
Steve Lenk
Steve Lenk on 27 Jun 2024 at 22:32
Check out PFDS (Programmer Friendly Data Structures), an OO implementation of Nodes and Data Structures in MATLAB on Mathworks.com
Extend nodes and even data structures to solve the problems you wish to solve. I plan to use it to further develop ToyWorld. It is also educational for me.
Pls enjoy, even though it's a bit perebor.

See Also

Tags

No tags entered yet.