Highlights
Seguir


La encuesta está CERRADA

Encuesta

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

Don't use / What are Projects?
26%
1–10
31%
11–20
15%
21–30
9%
31–50
7%
51+ (comment below)
12%
4070 votos

Hazem Tawfik
Hazem Tawfik el 4 de Oct. de 2024
You can call me at 631-334 3833 - This morning from now until 7:30 am EST
Hazem Tawfik
Hazem Tawfik el 4 de Oct. de 2024
I am SUNY distinguished service Professor and need your help to sign in MatLab - since I have to give Midterm Exam to my Engineering Technology students at Farmingdale State College- Please help
Mariia
Mariia el 27 de Sept. de 2024
each function in separate file makes it 50+
Alex
Alex el 24 de Sept. de 2024
Sitting at around 35 right now for a program I'm making that's decently far along but still growing. Will definitely be 51+ by the time it's finished.
Priyadarsini
Priyadarsini el 10 de Sept. de 2024
its good to use matlab
Eddie Brown
Eddie Brown el 26 de Jul. de 2024
Have lots of packages within a project, each with lots of functions and scripts and classes etc... Makes it possible to re-use capability easily rather than each script needing to be super long and complex.
Would be great to see a good way to handle inter-project dependencies (Eg. akin to gradle/maven/etc) so that projects can depend on packages in other projects easily.
Jeff Owen
Jeff Owen el 20 de Jul. de 2024
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
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
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.