Borrar filtros
Borrar filtros

File access from s-function

1 visualización (últimos 30 días)
Søren Vejlgaard Vedstesen
Søren Vejlgaard Vedstesen el 22 de Mzo. de 2022
Comentada: Søren Vejlgaard Vedstesen el 6 de Oct. de 2023
Is it possible use file functions from a s-function on a windows PC?
I would like to store and read array information on the PC harddive.
I have attempted to use standard fopen function inside the .cpp file but the matlab enviroment crashes.

Respuestas (1)

Piyush Patil
Piyush Patil el 5 de Oct. de 2023
Hello,
As per my understanding, you want to perform file operations like reading a file from S-Function.
To read data from a text file, you can write your own S-Function.
Please check the following MATLAB Answer which answers the similar question:
I hope this resolves the issue you are facing.
  1 comentario
Søren Vejlgaard Vedstesen
Søren Vejlgaard Vedstesen el 6 de Oct. de 2023
I would like to use the fopen function directly from a S-function.
Matlab crashes when I try this from a S-function.
How do I do this without matlab crashing?

Iniciar sesión para comentar.

Categorías

Más información sobre String Parsing en Help Center y File Exchange.

Productos


Versión

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by