When I run matlab, I get segmentation faults on execution. What could be the problem?
This could be due to matlab not having enough memory for it to run without problems. In your .cshrc file, there is a line limit memoryuse 20megabytes Change the 20 to at least 30 (while keeping the rest of the line as before). Do not delete this line. This should increase the amount of memory available so that matlab does not have segmentation faults when running.