photo

Ruixue Zhang


Qualcomm

Active since 2012

Followers: 0   Following: 0

Message

Professional Interests: image processing

Statistics

MATLAB Answers

3 Questions
2 Answers

RANK
270,325
of 300,499

REPUTATION
0

CONTRIBUTIONS
3 Questions
2 Answers

ANSWER ACCEPTANCE
0.0%

VOTES RECEIVED
0

RANK
 of 21,021

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 169,381

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

Feeds

View by

Question


How to pass string to matlab function in C programs
Hi all, I wanna pass string argument(such as the path name)to matlab function which is called in my C program. But I know mat...

13 years ago | 1 answer | 0

1

answer

Question


Matlab create dll error
Hi all, I'm trying to create a C shared library from .m file and I succeed with mex -setup & mbuild -setup. But when I try...

13 years ago | 1 answer | 0

1

answer

Answered
C shared library call error
I've fixed this problem. It linked to the wrong mclXXX.lib files which do not match my compiled lib. Thanks for your help.

13 years ago | 0

Answered
C shared library call error
I did configure to 64-bit platform. In 32-bit platform, the error will be like these error LNK2019: unresolved externa...

13 years ago | 0

Question


C shared library call error
Hi all, I create a C shared library from a .m file and get .dll/.h/.lib files successfully. But when I try to call the librar...

13 years ago | 3 answers | 0

3

answers