Community Profile

photo

Eman


Texas A&M University

Active since 2014

Followers: 0   Following: 0

Message

Hello,
I have been stuck with this issue for thw past two weeks! I would deeply appreciate your help,
I am the system admin at my department, and I am trying to help aprofessor getting his fortran code to call matlab engine for plotting, I came across your code here as well, but I keep getting these errors
09fdm_trough2.f90:(.text+0x26f5): undefined reference to `engopen_'
09fdm_trough2.f90:(.text+0x2709): undefined reference to `mxcalloc_'
09fdm_trough2.f90:(.text+0x271e): undefined reference to `mxcalloc_'
09fdm_trough2.f90:(.text+0x2733): undefined reference to `mxcalloc_'
09fdm_trough2.f90:(.text+0x2748): undefined reference to `mxcalloc_'

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


grouping non-zero entries in a matrix according to a rule
I have a matrix say, a = [ 0 1 0 0 0 1 0; 0 0 0 0 0 1 1; 1 0 0 0 0 0 0; 0 1 0 0 0 0 0; 0 0 1 0 1 0 0; 0 0 0 1 0 0 1;] I need ...

10 years ago | 1 answer | 0

1

answer