HDL Coder Not Working

5 Ansichten (letzte 30 Tage)
Paul Sand
Paul Sand am 17 Jan. 2019
Beantwortet: Paul Sand am 18 Jan. 2019
I am trying to get HDL Coder working.
Using Matlab r2015a_a.
Matlab function:
function [x] = add2num(a,b)
x = a+b;
end
Matlab Test Function
f1 = add2num(1, 0.2);
f2 = add2num(2, 0.4);
Define Input Types - pass
Fixed-Point Conversion - FAILS.
Error Report: Build Log: 1 sh: add2num_float_mex_mex.sh: No such file or directory
Anyone know what's wrong?
Thanks
Swim114team

Akzeptierte Antwort

Paul Sand
Paul Sand am 18 Jan. 2019
Found the problem. It was our .cshrc file.

Weitere Antworten (0)

Tags

Produkte


Version

R2015a

Community Treasure Hunt

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

Start Hunting!

Translated by