- Table of Content
- Main Page
- Classes
- Files
- Related Pages
struct2assoc.m File Reference
Converts a Matlab structure into a string that describes an expression for Mathematica association. More...
Functions | |
function str = | struct2assoc (s, varargin) |
Converts a Matlab structure into a string that describes an expression for Mathematica association. More... | |
Detailed Description
Converts a Matlab structure into a string that describes an expression for Mathematica association.
Function Documentation
◆ struct2assoc()
function str = struct2assoc | ( | s, | |
varargin | |||
) |
Converts a Matlab structure into a string that describes an expression for Mathematica association.
- 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
Referenced by eval_math_fun().