Octave (GUI): Why to I get incorrect output with a special sign “[square]” while the online Octave does not have this issue?

前端 未结 0 1925
一整个雨季
一整个雨季 2021-01-04 13:35

This is a follow-up from Octave: How to turn a vector of integers into a cell array of strings?.

>> a = 1:3;
>> cellstr(int2str(a(:)))
ans =
{
  [         


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