str2mathstr.m File Reference
Converts a Matlab string to a Mathematica string. More...
Functions | |
function expr = | str2mathstr (char s,varragin varargin) |
Converts a Matlab string to a Mathematica string. More... | |
Detailed Description
Converts a Matlab string to a Mathematica string.
Function Documentation
◆ str2mathstr()
function expr = str2mathstr | ( | char | s, |
varragin | varargin | ||
) |
Converts a Matlab string to a Mathematica string.
- Date
- 2016-11-23
Copyright (c) 2016, AMBER Lab All right reserved.
Redistribution and use in source and binary forms, with or without modification, are permitted only in compliance with the BSD 3-Clause license, see http://www.opensource.org/licenses/bsd-license.php
- Parameters
-
s the character array varargin conversion options. Named Parameters for varargin:str2mathstr ( ..., [ "ConvertString", ConvertString_value ] )- ConvertString ConvertString ( Default:
true
)
- ConvertString ConvertString ( Default:
Referenced by general2math().