Enhancement Wishes For MATLAB
1 view (last 30 days)
Show older comments
On suggesting these to the dev team through enhancement requests, the answers I recieved said "we do not support this feature at this time".
Anyway, here are a few things I would like to see in MATLAB:
I think MATLAB could learn a lot from MS Visual Studio (VS)
1. Ability to partially read files, eg C# filereader class.
Many people now work with data sets that are too large to be hosted in their PCs memory. It would be great to be able to suck off data from an ASCII file, one delimiter at a time and then bin it after processing.
2. The ability to pause code in run time and inspect the values of variables and then continue execution. Without setting breakpoints before hand. As VS can do.
How many hours have been lost waiting for a function to run to find the result is obviously wrong, or by hitting ctl C to see values and then needing to re-run from the start.
3. Better designed IDE. At the moment the IDE looks like something of the 1990’s. In particular, the 1 dimensional layout of the m file names is very poor. These should be tabbed/embedded as per in VS. They take up a ridiculous amount of the screen and most are not in use most of the time.
As per in VS, all the m files in a project should be available via tabs. Ie, everything in your genpath, organized by folder, and separately and in addition to the users code, the mathworks m files.
there you have it... perhaps someone from the mathworks dev team will read this and take notice...:)
3 Comments
Image Analyst
on 29 Aug 2013
The "Editor" panel will have multiple "tabs" with the filenames on them if you have multiple m-files open.
Answers (1)
Andreas Goser
on 29 Aug 2013
Edited: Andreas Goser
on 29 Aug 2013
The best process to submit enhancement requests is to contact Technical Support (TS). The outcome should be:
- TS will verify if this is implemented in the current release in case you use an older release.
- TS will verify if that request already exisits in the developer database and if not create it.
- TS may suggest a workaround for the situation today.
- Often, the findings will be published as a technical article or solution document and TS also provides the frequency of a certain customer request to development.
0 Comments
See Also
Categories
Find more on Environment and Settings in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!