This is matlab test question

12 次查看(过去 30 天)
멋진남자
멋진남자 2024-2-5
编辑: 멋진남자 2024-8-22,6:59
This is matlab test question

回答(1 个)

Sumit Ghosh
Sumit Ghosh 2024-2-7
I am not sure whether matgdns.c is what you need, but you can achieve this using coder.read and coder.write
In short, coder.write(fileName,data) stores the argument data in a file with the name fileName.coderdata in your current directory. You can use this function in your host machine to sae the paraleters in a file.
dataFromFile = coder.read(fileName) reads from the fileName.coderdata storage file and returns the data stored within the file. You can use this function in your MATLAB® code for which you want to generate C/C++ code. The generated code performs the data read at run time.

类别

Help CenterFile Exchange 中查找有关 Call C++ from MATLAB 的更多信息

标签

产品

Community Treasure Hunt

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

Start Hunting!

Translated by