matlab coder cant auto define input type

6 visualizaciones (últimos 30 días)
peggy wu
peggy wu el 1 de Ag. de 2019
Respondida: Jean-Alain Geay el 18 de Feb. de 2022
I try to automatically define input type , but some question happen.
001.jpg
it ask me to "use 'f' option to override"
what is 'f' option?
how do i solve this problem
  1 comentario
Kevin Chng
Kevin Chng el 2 de Ag. de 2019
may be some function files are missing or try to delete the generated codegen folder, then compile again.

Iniciar sesión para comentar.

Respuestas (2)

Chidvi Modala
Chidvi Modala el 7 de Ag. de 2019
The following reasons may be causing the error
  1. Invalid characters like colon(:) cannot be used in the name of a file or a directory on Windows. The full set of invalid characters can vary by file system. For example, on Windows-based desktop platforms, invalid path characters might include ASCII/Unicode characters 1 through 31, as well as quote ("), less than (<), greater than (>), pipe (|), backspace (\b), null (\0) and tab (\t).
  2. Are you running this from inside a MATLAB directory (ie. where MATLAB is installed)? Try from a different location, such as your home directory.

Jean-Alain Geay
Jean-Alain Geay el 18 de Feb. de 2022
Hi,
I encountered the same error and the cause was the target directory being read-only. Just making the directory read-write solved the issue.

Categorías

Más información sobre MATLAB Coder 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