Scilab Website | Contribute with GitLab | Mailing list archives | ATOMS toolboxes
Scilab Online Help
6.1.0 - 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 >> Matlab : fichiers données (R/W) > 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 some variables from an Octave or a Matlab MAT binary or ASCII data file
  • 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 Matlab : fichiers données (R/W) 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:
Tue Feb 25 08:50:45 CET 2020