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.

Author
ayonga
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
sthe character array
vararginconversion options.
str2mathstr ( ..., [ "ConvertString", ConvertString_value ] )
Named Parameters for varargin:
  • ConvertString ConvertString ( Default: true )

Referenced by general2math().