Matlab - save(int2str(i), x) doesn't work - Argument must contain a string

后端 未结 2 1215
孤独总比滥情好
孤独总比滥情好 2021-01-17 21:47

I have a loop which is generating some data and in certain cases I want to save the data. Therefore I have:

save(int2str(i), x);

This doesn

2条回答
提交回复
热议问题