Feeds
提问
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 前 | 2 个回答 | 0
2
个回答提问
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 前 | 1 个回答 | 0
1
个回答提问
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 前 | 0 个回答 | 0
0
个回答提问
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 前 | 0 个回答 | 0
0
个回答提问
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 前 | 1 个回答 | 0
1
个回答提问
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 前 | 1 个回答 | 0
1
个回答提问
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 前 | 0 个回答 | 0