photo

Qiang


Last seen: 12 Monate vor Aktiv seit 2013

Followers: 0   Following: 0

Nachricht

Statistik

All
MATLAB Answers

2 Fragen
3 Antworten

Cody

1 Problem
1 Lösung

RANG
128.052
of 301.428

REPUTATION
0

BEITRÄGE
2 Fragen
3 Antworten

ANTWORTZUSTIMMUNG
100.0%

ERHALTENE STIMMEN
0

RANG
 of 21.271

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG
164.147
of 174.497

BEITRÄGE
1 Problem
1 Lösung

PUNKTESTAND
0

ANZAHL DER ABZEICHEN
0

BEITRÄGE
0 Beiträge

BEITRÄGE
0 Öffentlich Kanäle

DURCHSCHNITTLICHE BEWERTUNG

BEITRÄGE
0 Discussions

DURCHSCHNITTLICHE ANZAHL DER LIKES

  • Thankful Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Beantwortet
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...

mehr als 12 Jahre vor | 0

Frage


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...

mehr als 12 Jahre vor | 2 Antworten | 0

2

Antworten

Problem


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...

mehr als 12 Jahre vor | 0 | 12 Lösungsvorschläge

Gelöst


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...

mehr als 12 Jahre vor

Beantwortet
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, ...

fast 13 Jahre vor | 0

| akzeptiert

Beantwortet
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...

fast 13 Jahre vor | 0

Frage


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...

fast 13 Jahre vor | 3 Antworten | 0

3

Antworten