Highlights
Seguir


Encuesta

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



Jeff Owen
Jeff Owen el 20 de Jul. de 2024 a las 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 el 2 de Jul. de 2024 a las 7:51
69
mustafa birkan
mustafa birkan el 20 de Mayo de 2024
90000
Eng. Fredius Magige
Eng. Fredius Magige el 14 de Mayo de 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 el 7 de Mayo de 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 el 27 de Jun. de 2024 a las 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.

Etiquetas

Aún no se han introducido etiquetas.