Octave: How to turn a vector of integers into a cell vector of strings?

后端 未结 0 1151
灰色年华
灰色年华 2021-01-04 06:09

In Octave:

Given a vector

a = 1:3

How to turn vector "a" into a cell vector of strings

{\'1\',\'2\',\'3\'}


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题