Month: June 2024
Workspace sorting order of new desktop
Hello. Lately I’ve been trying the new feature "new desktop" for version 2024a which introduced the dark theme. I am really enjoying it, however I am going through an issue which is quite critical for my work.
With earlier versions, sorting variables in the workspace always prioritized alphabetical order, sorting by the first letter of the variable name regardless if it was uppercase or lower (e.g. the variables were sorted as a… – A… – b… – B…).
In the "new desktop" mode (not sure if it’s actually introduced entirely in 2024a [edit: I checked this and it does not happen in standard 2024a]), the sorting appears to be different, prioritizing the capitalized letter and only after sorting by the lowercase letters (so A… – B… – a… – b…).
This is actually a huge dealbreaker for me, as my work is strongly related to the old feature and I cannot simply adapt to it. I tried to look into the preferences but I couldn’t manage to find an option to bring back the legacy feature. Is there a way to go back to the previous workspace sorting order? It would be a shame to downgrade to the previous Matlab release since I’m enjoying the new one, but I’ll be forced to do it if I can’t solve this issue. Thank you.Hello. Lately I’ve been trying the new feature "new desktop" for version 2024a which introduced the dark theme. I am really enjoying it, however I am going through an issue which is quite critical for my work.
With earlier versions, sorting variables in the workspace always prioritized alphabetical order, sorting by the first letter of the variable name regardless if it was uppercase or lower (e.g. the variables were sorted as a… – A… – b… – B…).
In the "new desktop" mode (not sure if it’s actually introduced entirely in 2024a [edit: I checked this and it does not happen in standard 2024a]), the sorting appears to be different, prioritizing the capitalized letter and only after sorting by the lowercase letters (so A… – B… – a… – b…).
This is actually a huge dealbreaker for me, as my work is strongly related to the old feature and I cannot simply adapt to it. I tried to look into the preferences but I couldn’t manage to find an option to bring back the legacy feature. Is there a way to go back to the previous workspace sorting order? It would be a shame to downgrade to the previous Matlab release since I’m enjoying the new one, but I’ll be forced to do it if I can’t solve this issue. Thank you. Hello. Lately I’ve been trying the new feature "new desktop" for version 2024a which introduced the dark theme. I am really enjoying it, however I am going through an issue which is quite critical for my work.
With earlier versions, sorting variables in the workspace always prioritized alphabetical order, sorting by the first letter of the variable name regardless if it was uppercase or lower (e.g. the variables were sorted as a… – A… – b… – B…).
In the "new desktop" mode (not sure if it’s actually introduced entirely in 2024a [edit: I checked this and it does not happen in standard 2024a]), the sorting appears to be different, prioritizing the capitalized letter and only after sorting by the lowercase letters (so A… – B… – a… – b…).
This is actually a huge dealbreaker for me, as my work is strongly related to the old feature and I cannot simply adapt to it. I tried to look into the preferences but I couldn’t manage to find an option to bring back the legacy feature. Is there a way to go back to the previous workspace sorting order? It would be a shame to downgrade to the previous Matlab release since I’m enjoying the new one, but I’ll be forced to do it if I can’t solve this issue. Thank you. workspace, variables, sort MATLAB Answers — New Questions
Contour plot from x and y data points with corresponding contour level
I have sets of x and y data points that correspond to a specific contour level. For example (x1,y1) and (x2,y2) correspond to a contour level of 0.1 and (x3,y3) and (x4,y4) correspond to a contour level of 0.01. How do I plot these using the contour function?
In the attached .mat file, I have a cell array of tables. Each table has x and y data and the corresponding contour level (which is labeled Density). Basically, if you plot the x and y data using plot() it will create the contour, but I want to use contour() to plot to leverage labeling contours.I have sets of x and y data points that correspond to a specific contour level. For example (x1,y1) and (x2,y2) correspond to a contour level of 0.1 and (x3,y3) and (x4,y4) correspond to a contour level of 0.01. How do I plot these using the contour function?
In the attached .mat file, I have a cell array of tables. Each table has x and y data and the corresponding contour level (which is labeled Density). Basically, if you plot the x and y data using plot() it will create the contour, but I want to use contour() to plot to leverage labeling contours. I have sets of x and y data points that correspond to a specific contour level. For example (x1,y1) and (x2,y2) correspond to a contour level of 0.1 and (x3,y3) and (x4,y4) correspond to a contour level of 0.01. How do I plot these using the contour function?
In the attached .mat file, I have a cell array of tables. Each table has x and y data and the corresponding contour level (which is labeled Density). Basically, if you plot the x and y data using plot() it will create the contour, but I want to use contour() to plot to leverage labeling contours. contour, contour plot MATLAB Answers — New Questions
Sending email without any triggers or user actions
Scenario here is SharePoint should send email every month or year on a set date for a particular document library item to set of email groups. Example: Reminder email to higher officials saying election should be conducted to select officers. This should happen every year on a particular date.
Here there is no user interaction happen for that document library from SharePoint ui or user perspective. How to achieve this in latest SharePoint 365?
Add-ons – not supported
Web part – not required as we don’t want to show any custom stuffs in ui
Csom code – can write logic in c# or javascript and achieve it. But, how to host the code and how it works?
Please suggest with detail steps
Scenario here is SharePoint should send email every month or year on a set date for a particular document library item to set of email groups. Example: Reminder email to higher officials saying election should be conducted to select officers. This should happen every year on a particular date. Here there is no user interaction happen for that document library from SharePoint ui or user perspective. How to achieve this in latest SharePoint 365? Add-ons – not supported Web part – not required as we don’t want to show any custom stuffs in uiCsom code – can write logic in c# or javascript and achieve it. But, how to host the code and how it works? Please suggest with detail steps Read More