开发者

Escape sequence to display apostrophe in MATLAB

开发者 https://www.devze.com 2023-03-01 12:37 出处:网络
I want to output apostrophe (\') in matlab. Some thing like: SendOrder(\'side, 开发者_运维知识库symbol, price\', \'b, msft, 10\', \'b, ibm, 200\')

I want to output apostrophe (') in matlab. Some thing like:

SendOrder('side, 开发者_运维知识库symbol, price', 'b, msft, 10', 'b, ibm, 200')

I am not able to do it with the help of disp(). What are escape sequences in matlab?


try the double apostrophe :

''
0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号