Statistics
7 Questions
0 Answers
RANK
276,408
of 281,855
REPUTATION
0
CONTRIBUTIONS
7 Questions
0 Answers
ANSWER ACCEPTANCE
42.86%
VOTES RECEIVED
0
RANK
of 19,062
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 134,209
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
Content Feed
Question
Difference between Simulink Coder and Embedded Coder
Would you please let me know what is difference between two toolboxs "Simulink Coder" and "Embedded Coder"? And is there any po...
8 years ago | 2 answers | 0
2
answersQuestion
Generating c++ Code from *.slx
I have a question regarding generating C++ code from a Simulink diagrams (*.slx file). I know that one could generate c/c++ and ...
8 years ago | 1 answer | 0
1
answerQuestion
Running VS c++ from MATLAB
Hi, I have written a visual studio 2013 c++ project and then I am debugging as normal way with pushing the button "debug". N...
8 years ago | 0 answers | 0
0
answersQuestion
Converting c++ and header files to *.dll file
I have some *.h and *.cpp files that want to have the related *.dll. I want to write a code in matlab that gets thises files (by...
8 years ago | 0 answers | 0
0
answersQuestion
modifying one field of defined structure in other used function
I have defined a data structure `data` with 7 fields. Two of the fields is as: n = 4; data = struct(); data.Aeq...
8 years ago | 1 answer | 0
1
answerQuestion
fixiing a component of input vector in fmincon
Hi all, I am using fmincon to optimize a nonlinear program as: fun = @(x)obj_fun(x); [w,fval] = fmincon(fun,w0,...
8 years ago | 1 answer | 0
1
answerQuestion
Writing part of table to an excel file with variable sheet name
I am writing a code that I need to have output as an excel file. Because I need to save some part of table into different excel...
9 years ago | 0 answers | 0