inserting +- (i.e. \pm) between two numbers in matlab

前端 未结 3 654
南旧
南旧 2021-01-15 04:56

I want to insert the symbol +- (\\pm) between x and y in table created in matlab

x = (1:1:5)\';
y = x*5/100;
table = [x y]

So, that the out

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