0

I need to know a workaround for MATLAB's cell2table in OCTAVE. Any help this regard is much appreciated. Thanks.

B. Singh
  • 31
  • 3
  • 2
    “A workaround”? What are you trying to accomplish? Octave doesn’t have a `table` type, so anything related to tables will not work in Octave. A solution is to implement your own tables, or to rewrite your code to not use tables. There’s no simple solution. – Cris Luengo Jan 22 '22 at 15:23
  • 1
    Octave has table. It is part of the package [tablicious](https://gnu-octave.github.io/packages/tablicious). – rahnema1 Jan 22 '22 at 18:52
  • Note for future visitors: Tablicious is a third-party "community" package for Octave and, while I think it's a decent `table` implementation, it is by no means complete. YMMV. – Andrew Janke Jan 24 '22 at 21:22

0 Answers0