Feeds
질문
codegen: problems with output arguments of function
I am trying to convery legacy MATLAB code into C code and am running into some problems. function [yr, yi] = module do_som...
거의 9년 전 | 답변 수: 0 | 0
0
답변질문
codegen error: Conversion to struct from double is not possible
I am trying to convert Matlab legacy code into a C program. I went though the usual flows, but am having a build error that I do...
거의 9년 전 | 답변 수: 1 | 0
1
답변질문
codegen error: The left-hand side has been constrained to be non-complex, but the right-hand side is complex
I am new to matlab and am trying to compile legacy matlab code into C. I come across the following error when doing so: ???...
거의 9년 전 | 답변 수: 2 | 0
