Scilab 5.3.3
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
matfile2sci
convertit un fichier Matlab .mat en un fichier binaire Scilab
Séquence d'appel
matfile2sci(mat_file_path,sci_file_path)
Paramètres
- mat_file_path
Chaîne de caractères contenant le chemin du fichier d'entrée
- sci_file_path
Chaîne de caractères contenant le chemin du fichier résultant
Description
convertit un fichier Matlab .mat en un fichier binaire compatible
avec la fonction load
. Les types de données Matlab
sont convertis en leur équivalent Scilab.
Voir aussi
- loadmatfile — loads a Matlab V6 MAT-file (binary or ASCII) into Scilab
- load — Load a saved variable or a serie of variables
- mfile2sci — Fonction de conversion de M-file Matlab vers Scilab
Auteurs
Serge Steer (INRIA)
Bibliographie
Cette fonction a été développée en suivant le document "MAT-File Format": matfile_format.pdf
<< m2scideclare | Aide à la conversion Matlab vers Scilab | mfile2sci >> |