Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Mathworks tech note' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Mathworks tech note
Authored by: softsign on Oct 27, '03 12:22:16PM
Mathworks has posted a tech note to their website with instructions on installing or updating MATLAB on Panther.

The instructions apply to both R13 and R13SP1 under both Jaguar and Panther. There's also an updated Installer for download.

[ Reply to This | # ]

mex files and 10.3
Authored by: arjunraj on Oct 27, '03 01:39:30PM

Perhaps this is already pretty well known, but I found that I couldn't compile my C mex files after upgrading to Panther. It turns out that there are problems using gcc 3.3 with mex. To use the older version of gcc, try:

sudo gcc_select 3

After that, everything compiled just fine...



[ Reply to This | # ]