Highlights
팔로우


설문

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



Eddie Brown
Eddie Brown 2024년 7월 26일 14:45
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 2024년 7월 20일
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 2024년 7월 2일
69
mustafa birkan
mustafa birkan 2024년 5월 20일
90000
Eng. Fredius Magige
Eng. Fredius Magige 2024년 5월 14일
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 2024년 5월 7일
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 2024년 6월 27일
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.

태그

아직 태그를 입력하지 않았습니다.