Scilab Website | Contribute with GitLab | Mailing list archives | ATOMS toolboxes
Scilab Online Help
6.0.2 - Français

Change language to:
English - 日本語 - Português - Русский

Please note that the recommended version of Scilab is 2024.0.0. This page might be outdated.
See the recommended documentation of this function

Aide de Scilab >> Lecture/Ecriture de fichiers binaires Matlab > matfile2sci

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 SOD compatible avec la fonction load (Voir save pour plus d'information). 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 — Loads some archived variables, a saved graphic figure, a library of functions
  • save — Saves some chosen variables in a binary data file
  • mfile2sci — Fonction de conversion de fichiers.m Matlab en langage Scilab

Bibliographie

Cette fonction a été développée en suivant le document "MAT-File Format" : matfile_format.pdf

History

VersionDescription
5.4.0 Le ficher de sortie Scilab est un fichier SOD (Scilab Open Data).
Report an issue
<< loadmatfile Lecture/Ecriture de fichiers binaires Matlab matfile_close >>

Copyright (c) 2022-2023 (Dassault Systèmes)
Copyright (c) 2017-2022 (ESI Group)
Copyright (c) 2011-2017 (Scilab Enterprises)
Copyright (c) 1989-2012 (INRIA)
Copyright (c) 1989-2007 (ENPC)
with contributors
Last updated:
Thu Feb 14 15:00:00 CET 2019