You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Many people will start matlab from their GUI as opposed to command line. that means that they won't have the environment variables from env_ccppetmr.*sh yet.
This is the same problem as SyneRBI/SyneRBI_VM#12.
One solution would be to create a matlab_startup_ccppetmr.m that has more or less the same content. It could go like
Many people will start matlab from their GUI as opposed to command line. that means that they won't have the environment variables from env_ccppetmr.*sh yet.
This is the same problem as SyneRBI/SyneRBI_VM#12.
One solution would be to create a
matlab_startup_ccppetmr.m
that has more or less the same content. It could go likethen tell people to put this in their MATLAB start-up folder and call it from their
startup.m
.Not sure if python has an equivalent convention.
The text was updated successfully, but these errors were encountered: