- Table of Content
- Main Page
- Classes
- Files
- Related Pages
mat2math.m File Reference
Converts a 2-D matrix to a string that will be read as a matrix (tensor) in Mathematica. More...
Functions | |
function expr = | mat2math (A, varargin) |
Converts a 2-D matrix to a string that will be read as a matrix (tensor) in Mathematica. More... | |
Detailed Description
Converts a 2-D matrix to a string that will be read as a matrix (tensor) in Mathematica.
Function Documentation
◆ mat2math()
function expr = mat2math | ( | A, | |
varargin | |||
) |
Converts a 2-D matrix to a string that will be read as a matrix (tensor) in Mathematica.
- 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
References implode().
Referenced by general2math().