pandas-like object in Octave: add a field to a struct by operating on other fields [closed]
问题 Closed . This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this post. Closed 4 days ago . Improve this question I want to operate in Octave in a similar manner as done with python pandas. I concluded the most similar object to a dataframe in Octave is a struct. I have a few related questions. How can I create a new field 'nf' in struct mystr , by operating (row-by-row)