Community Profile

photo

geofo


Last seen: 8 dagar ago Active since 2021

Followers: 0   Following: 0

Statistics

  • First Answer

View badges

Feeds

View by

Answered
Matlab Crash on Sonoma(macOS 14.0)
Apple released today (24 Jan 2024) a new vesion of Sonoma (14.3) and with this new version I can close plots in Matlab without p...

3 månader ago | 2

Answered
Matlab Crash on Sonoma(macOS 14.0)
Hi Simone! I am not working at Matlab, I am just a user like you. Sorry to tell you that this problem persisted for a very long ...

3 månader ago | 1

Answered
Matlab Crash on Sonoma(macOS 14.0)
Hi Binod! I uderstand your frustration as I stopped using Mac after I had this same problem each time Mac Sonoma 14 version was ...

4 månader ago | 0

Answered
Matlab Crash on Sonoma(macOS 14.0)
A variant of the suggested code shown below worked for me. The question is still why nobody at Mathworks is able to fix this pro...

5 månader ago | 0

Answered
How to set a folder as Current folder for every startup of Matlab?
If you want a program to start in the directory /home/abc/def, just write in the first line of the source code: cd /home/abc/de...

ungefär 2 år ago | 0

Answered
How to append a new element to a cell object A?
>> A=[A;'c'];

mer än 2 år ago | 1

Answered
how to plot multiple curves in the same figure
plot([rand(10,1), rand(10,1), rand(10,1)]) legend('data1','data2','data3') Use colororder before calling plot to have your pre...

mer än 2 år ago | 0