photo

seldeeno


Wayne State University

Active since 2013

Followers: 0   Following: 0

Message

Statistics

MATLAB Answers

4 Questions
2 Answers

RANK
219,984
of 301,370

REPUTATION
0

CONTRIBUTIONS
4 Questions
2 Answers

ANSWER ACCEPTANCE
0.0%

VOTES RECEIVED
0

RANK
 of 21,243

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 174,217

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

Feeds

View by

Question


fmincon function weird error
Hello, I am wondering why am I getting this weird error: Error using myfun Too many input arguments. Error in ...

13 years ago | 1 answer | 0

1

answer

Question


getting fmincon error after a call
Hi, What is wrong with this call to fmincon: [temppop,tempval,exitflag,output] = fmincon(@myfun,pop(idx(i),:),[],[],[]...

13 years ago | 0 answers | 0

0

answers

Answered
Calling a C function from MATLAB
Ok people I got it to work. Actually I had to create the dll of the function using a command like: mbuild file1.c file1.exports...

13 years ago | 0

Answered
Mex file-using c functions
Ok people I got it to work. Actually I had to create the dll of the function using a command like: mbuild file1.c file1.exports...

13 years ago | 0

Question


Calling a C function from MATLAB
Hello, I have one question: While I successfully create a dll file for my C file via MinGW, whenever I call my file with cert...

13 years ago | 1 answer | 0

1

answer

Question


Mex file-using c functions
Hello all, I have one question: I have a matlab wrapper that calls another C file that has some functions that I want to pass...

13 years ago | 2 answers | 0

2

answers