Highlights
Segui


Sondaggio

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



Jeff Owen
Jeff Owen il 20 Lug 2024 alle 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 il 2 Lug 2024 alle 7:51
69
mustafa birkan
mustafa birkan il 20 Maggio 2024
90000
Eng. Fredius Magige
Eng. Fredius Magige il 14 Maggio 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 il 7 Maggio 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 il 27 Giu 2024 alle 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.

Tag

Non è stata ancora inserito alcun tag.