User Tools

Site Tools


visual3d:documentation:pipeline:file_commands:call_mfile

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
visual3d:documentation:pipeline:file_commands:call_mfile [2025/09/03 19:54] – created wikisysopvisual3d:documentation:pipeline:file_commands:call_mfile [2025/09/12 19:47] (current) wikisysop
Line 1: Line 1:
-====CALL_MFILE====+=====CALL_MFILE===== 
 +====Overview====
 The CALL_MFILE command performs the following tasks:\\ The CALL_MFILE command performs the following tasks:\\
-  *Exports data to a MAT file.+  * Exports data to a MAT file.
   * Runs a compiled Matlab-based .exe file to load the data, process the data, and create a new MAT file containing the processed data.   * Runs a compiled Matlab-based .exe file to load the data, process the data, and create a new MAT file containing the processed data.
   * Imports the data from the second MAT file back into Visual 3D.   * Imports the data from the second MAT file back into Visual 3D.
- 
-This example uses this [[https://www.has-motion.com/download/Matlab/average_3targets_return_target.m|sample data]].\\ 
  
  
 +====Pipeline Command====
 <code> <code>
-! CALL_MFILE +Call_MFile 
-- save specified signals to a mat file +/MFILE_NAME= 
-- run an exe compiled from Matlab that +/USE_CALIBRATION_FILE=FALSE 
-reads a mat file +/USE_NAN_FOR_DATANOTFOUND=FALSE 
-creates a new mat file +/INPUT_FILE= 
-! - load the new mat file into Visual3D +/INPUT_NAMES= 
-! +/INPUT_SIGNAL_TYPES= 
-!/MFILE_NAMEname of the Matlab executable +! /INPUT_SIGNAL_FOLDERS
-! specify the entire directory path +/INPUT_SIGNAL_NAMES
-!/OUTPUT_FILEname of the mat file exported +! /OUTPUT_FILE
-! from Visual3D +/OUTPUT_SIGNAL_TYPES= 
-!/OUTPUT_SIGNAL_NAMESVisual3D Signals to export +/OUTPUT_SIGNAL_FOLDER
-!/OUTPUT_SIGNAL_TYPES= Visual3D Signal Type +/OUTPUT_SIGNAL_NAMES
-!/OUTPUT_SIGNAL_PROCESSEDVisual3D Processed Flag +/OUTPUT_NAMES
-+! /PARAMETER_NAMES
-!/OUTPUT_NAMESSignal names used in the exported +! /PARAMETER_GROUPS
-! file. These are the names that +! /OUTPUT_PARAMETER_NAMES
-! the .m file will see +;
-+
-!/INPUT_FILEname of the mat file save by the Matlab exe +
-!/INPUT_NAMESsignals stored by the Matlab exe +
-! +
-!/INPUT_SIGNAL_NAMESnames assigned to these signals +
-! when they are imported to Visual3D +
-!/INPUT_SIGNAL_TYPEStypes of signals imported to Visual3D +
-!+
 </code> </code>
  
 +====Command Parameters====
 +|**Parameter**   |**Description**|
 +|**!/MFILE_NAME= **|Specify the entire directory path|
 +|**!/OUTPUT_FILE**|Name of the mat file exported from Visual3D|
 +|**!/OUTPUT_SIGNAL_NAMES=**|Visual3D Signals to export|
 +|**!/OUTPUT_SIGNAL_TYPES= **|Visual3D Signal Type|
 +|**!/OUTPUT_SIGNAL_PROCESSED= **|Visual3D Processed Flag|
 +|**!/OUTPUT_NAMES=**| Signal names used in the exported|
 +|**!/OUTPUT_SIGNAL_NAMES=**|Visual3D Signals to export|
 +|**!/INPUT_FILE= **|Name of the mat file save by the Matlab exe|
 +|**!/INPUT_NAMES= **| Names assigned to these signals|
 +|**!/INPUT_SIGNAL_NAMES= **|Names assigned to these signals|
 +|**!/INPUT_SIGNAL_TYPES= **|Types of signals imported to Visual3D|
 +====Dialog====
 +{{:visual3d:documentation:pipeline:file_commands:evalmfile.png?400|}}
 +
 +
 +
 +
 +====Examples====
 +This example uses this: [[https://www.has-motion.com/download/Matlab/average_3targets_return_target.m|Sample Data]].\\
  
 <code> <code>
visual3d/documentation/pipeline/file_commands/call_mfile.1756929286.txt.gz · Last modified: 2025/09/03 19:54 by wikisysop