[cross posted] List of niche features you want in generic Matlab
Latest activity Reply by Royi Avital
on 20 Jan 2025
2 Comments
Time Descending- In place versions of functions which accepts buffers to avoid memory allocations.
- An API for sending variables by reference.
- Better support for Float32 and Float16.
My 'probably not to easy to implement' want comes mostly out of laziness. So I recently had to work on code that required me to make like 10+ seperate figures. When presenting I could easily pop up one or maybeee even 2 figures using the command window, but anything 2 or more I found myself wishing for a way to bring the figures forward without having to type figure before each number or having to search through all my pop outs. Although this probably would not have been an issue using a live script (but my professors aren't a huge fan of it)
figure(1) %brings forward figure 1
figure(1);figure(3) %brings forward figure 1 and figure 3
Sign in to participate