Borrar filtros
Borrar filtros

This is matlab test question

6 visualizaciones (últimos 30 días)
멋진남자
멋진남자 el 5 de Feb. de 2024
Editada: 멋진남자 el 22 de Ag. de 2024
This is matlab test question

Respuestas (1)

Sumit Ghosh
Sumit Ghosh el 7 de Feb. de 2024
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.

Categorías

Más información sobre MATLAB Compiler en Help Center y File Exchange.

Etiquetas

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by