Statistics
7 Questions
0 Answers
RANK
294,518
of 297,016
REPUTATION
0
CONTRIBUTIONS
7 Questions
0 Answers
ANSWER ACCEPTANCE
42.86%
VOTES RECEIVED
0
RANK
of 20,419
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 157,725
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
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...
9 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 ...
9 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...
9 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...
9 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...
10 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,...
10 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...
10 years ago | 0 answers | 0