Abstimmung ist GESCHLOSSEN
Abstimmung
Do you usually use MATLAB Project in your daily work?
What is MATLAB Project?
40%
Never use it
28%
Only use existing from others' proj
3%
Use it occasionally
13%
Use it frequently
16%
90 Stimmen
2 Kommentare
Zeit (absteigend)The "MATLAB Project"(since R2019) functionality is indeed not widely used. I believe the biggest obstacle is that it complicates simple issues and adds unnecessary project configuration files, much like Visual C++ projects. There are m/mlx files that are directly related and can be run easily, but when dealing with complex files, it might be better to use a CMake build system similar to C++ projects. This approach avoids the need for a flashy GUI project interface, making code construction clear and straightforward.
I use MATLAB every day, but not the "project" functionality. I tried it once but it didn't meet my needs since every folder has to be a subfolder of a top level folder. For example I have a top level folder "work" and it has 233 subfolders in it for various programs I wrote. I might like to have folders 2, 30, and 40 in one project, and folders 55, 180, and 200 in a different project. The project functionality (at least at the time I tried it) was not set up to allow that kind of specification of where the files live.
Anmelden, um teilzunehmen