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
12 comentarios
You can call me at 631-334 3833 - This morning from now until 7:30 am EST
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
each function in separate file makes it 50+
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.
its good to use matlab
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.
I like to create lots of custom functions to make the code simpler, more compact. Ideally, each function would fit on one screen.
69
90000
Matlab has assist me to tackle many analytical challenges; few years to come it will lead many available tool, from simple to complex ones
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.