Statistics
RANK
128,052
of 301,428
REPUTATION
0
CONTRIBUTIONS
2 Questions
3 Answers
ANSWER ACCEPTANCE
100.0%
VOTES RECEIVED
0
RANK
of 21,271
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Discussions
AVERAGE NO. OF LIKES
Feeds
Segmentation violation error when I run a mex file
Hi James, I am dealing with mex a lot recently. The previous code works with your advices. However, another code doesn't work...
12 years ago | 0
Question
Segmentation violation error when I run a mex file
I need to call a Fortran file when I run matlab. The fortran file was provided by roms.org. I can use mex to generate .mexa64 us...
12 years ago | 2 answers | 0
2
answersProblem
Segmentation violation error when I run a mex file
I need to call a Fortran file when I run matlab. The fortran file was provided by roms.org. I can use mex to generate .mexa64 us...
12 years ago | 0 | 12 solvers
Solved
Segmentation violation error when I run a mex file
I need to call a Fortran file when I run matlab. The fortran file was provided by roms.org. I can use mex to generate .mexa64 us...
12 years ago
out of memory using a fortran-compiled mex
Ok. I think I found the problem. Line 15-17 should be changed to fit a 64-bit system. Original: integer nlhs, nrhs, ...
13 years ago | 0
| accepted
out of memory using a fortran-compiled mex
My matrix is 163*107 for 2D case and 163*107*33 for 3D and my RAM is 8Gb. Even I reduced the matrix by (1:10:end,1:10:end), I st...
13 years ago | 0
Question
out of memory using a fortran-compiled mex
Hi All, I compiled a fortran file download from http://oces.us/RNT/ using >>mex rnt_oa3d_mex.f and got rnt_oa3d_mex.mex...
13 years ago | 3 answers | 0
