i want to convert matlab code to c code for tms320c6713 dsk there is error "single~=double" variable while converting it to mex and c code please guide me to convert code

2 views (last 30 days)
matlab code to c code for tms320c6713 dsk
  1 Comment
Ryan Livingston
Ryan Livingston on 2 Apr 2014
As the error says it appears there is an assignment:
s = x;
where s is single and x is double. For code generation, types must stay consistent.
If you post a small piece of your code from where the error is occurring, we could give further advice.

Sign in to comment.

Answers (0)

Categories

Find more on Migrate GUIDE Apps in Help Center and File Exchange

Tags

Products

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!