Community Profile

photo

Saber


TU Chemnitz

Active since 2014

Statistics

  • Thankful Level 1

View badges

Content Feed

View by

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

answers

Question


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

answer

Question


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

answers

Question


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

answers

Question


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...

9 years ago | 1 answer | 0

1

answer

Question


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,...

9 years ago | 1 answer | 0

1

answer

Question


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

0

answers