MatrixBerryCore
Namespaces | Functions
structapplypath.m File Reference

Go to the source code of this file.

Namespaces

 mxberry::core::struct
 

Functions

function mxberry::core::struct::structapplypath (in structB, in path, in value)
 STRUCTAPPLYPATH for given a path '.a.b.c.d.' and a value and a structB, returns modified structB, so that structB.a.b.c.d==value;. More...