Community Profile

photo

Cosmo


Brandeis University

Last seen: 2 years ago Active since 2020

Followers: 0   Following: 0

Message

C'est la vie.

Statistics

  • First Answer

View badges

Feeds

View by

Answered
I can't install Matlab on Opensuse 15.3
This error is typically caused by broken symbolic links within the installer as a result of downloading and zipping the Download...

2 years ago | 1

Answered
How to check if a directory(folder) exists?
If you're using MATLAB R2017b or later, it's better to use isfolder rather than exist like so: if not(isfolder(yourFolder)) ...

3 years ago | 19