I have a tank system in simulink and would like to save or convert it to a csv file.Does anyone know how this can be done?
John Williams answered .
2025-11-20
A .csv file is typically a text-file with comma-separated numerical values - how can a Simulink model be represented simply in terms of numerical values? AFAIK, such a conversion is not possible.