help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: associative array


From: Nicholas Jankowski
Subject: Re: associative array
Date: Thu, 26 Mar 2020 16:29:56 -0400



Are there more efficient ways to build and update an associative array?


cheating and looking at matlab documentation, they point to Map containers objects as being specifically built for key-value pair mapping, and it appears Octave has a compatible implementation.  see:
https://octave.org/doc/v5.2.0/containers_002eMap.html  

reply via email to

[Prev in Thread] Current Thread [Next in Thread]