isunix
Returns true if the application is running on a Unix system.
Syntax
R = isunix()
Outputs
- R
- Numerical equivalent true/false.
Example
R = isunix()
R = 1
Discover new features and enhancements.
New to Activate? Learn the basics here.
Start using Activate with our interactive tutorials.
Learn about the features and functionality available in Activate.
Explore the Extended Definitions, OML Guides, Block Library, API Guide and Glossary.
PDF file with in-depth information on key topics in the User's Guide.
OpenMatrix is a mathematical scripting language.
The Reference Guide contains documentation for all functions supported in the OpenMatrix language.
Returns R after copying file(s) or directories from src to dst.
Reads the values of a 2D matrix, R, from the file, f, where the values are comma-separated.
Writes the values of a 2D matrix, m, to the file, f, where the values are comma-separated.
Reads the values of a 2D matrix, R, from the file, f.
Writes the values of a 2D matrix, m, to the file, f.
Closes a file opened by fopen(). Requires the fileID returned by fopen as an argument.
Returns 1 if an end-of-file symbol is encountered.
Display the error status of fileID.
Flush buffered output to fileID to be written the file.
Reads the characters in a file until reaching request_length of characters read. Reads until a new line or end of file if request_length is not provided.
Reads the characters in a file until hitting len of characters read, a new line or end of file if len is not provided.
Returns the directory, name, and extension components of the file filepath.
Opens a file, filename, for read/write operations.
This function writes output to a file using the printf format_string capabilities. The first argument is a fileID returned from an earlier call to fopen.
Reads the binary data of the precision type from the file fileID.
Moves the file pointer to the beginning of the file fileID. Returns 0 on success.
Returns result R after reading a formatted data from file handle, f, specified by template t.
Sets the file pointer to a position in fileID. Returns 0 if successful; returns -1 if unsuccessful.
Returns the current position of the file pointer.
Returns a filename from dir1...dirN and filename fname.
Writes binary data to the file ID.
Returns all entities saved in a Project (.aprj) file: breakpoints, files, plots, source code and variables.
Returns result R after reading a file, f. Different reading mechanisms are used, based on the type of file, f.
Reads an image with the pixel data stored in a matrix R, with functions defined in the omlimgtoolbox.
Writes an image, whose pixel data comes from a matrix, m, with functions defined in the omlimgtoolbox.
Returns true if dir is a directory.
Returns true if the input argument is a file.
Returns true if the application is running on OSX.
Returns true if the application is running on a Windows operating system.
Returns true if the application is running on a Unix system.
Reads the content of a MAT file.
Returns R after moving file(s) or directories from src to dst.
Returns the filename of the currently running script.
Returns the line number of the currently running script.
Displays or sets the character used to separate directories in the path.
Displays the string str to the Command window or Console prompt.
Returns the current working directory.
Updates a file name from oldname to newname. Returns 0 if successful and non-zero otherwise. An optional output argument, errormessage, can be used to retrieve any additional system error messages on failure.
Save variables in the MAT file, filename.
Used in the fseek function to change the file position relative to the current file position.
Used in the fseek function to change the file position relative to the end of the file.
Used in the fseek function to change the file position relative to the beginning of the file.
Returns the file ID corresponding to the error stream.
Returns the numeric file ID corresponding to the standard input stream of the application console mode.
Returns the numeric file ID corresponding to the standard output stream of the application console mode.
Returns result R after reading a formatted data from a file, f, specified by an optional template, t.
Returns result R after reading a formatted data from a file stream \, f, or string, s.
Describes all of the blocks in the installed Activate library.
Provides information about developing and simulating models through the Activate Application Program Interface.
Key terms associated with the software.
You've got questions? We've got answers!
Explore the Extended Definitions, OML Guides, Block Library, API Guide and Glossary.
The Reference Guide contains documentation for all functions supported in the OpenMatrix language.
Returns true if the application is running on a Unix system.
Returns true if the application is running on a Unix system.
R = isunix()
R = isunix()
R = 1
© 2022 Altair Engineering, Inc. All Rights Reserved.
Intellectual Property Rights Notice | Technical Support | Cookie Consent