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 years 前 | 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 years 前 | 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 years 前 | 2 个回答 | 0
