blunt80fi
Electrical
- Jun 23, 2004
- 6
Hello!
I'm trying to make matlab s-file from c-code, and when I mex the file, it
gives me this kind of error message:
error mech.c: 233 type error: pointer expected
For example in this line the code looks like this:
if(Niner <= 1)
I'm a rookie with c-code and s-files, and I would like to know how to
correct this.. I know what a pointer is, but I don't know what is
wrong in my case.
Thank you!
I'm trying to make matlab s-file from c-code, and when I mex the file, it
gives me this kind of error message:
error mech.c: 233 type error: pointer expected
For example in this line the code looks like this:
if(Niner <= 1)
I'm a rookie with c-code and s-files, and I would like to know how to
correct this.. I know what a pointer is, but I don't know what is
wrong in my case.
Thank you!