如果把函数计算结果标注到画面上
我想把计算结果的数值标注在图形上,p(1,1),p(1,2)为函数计算结果,如何标注呢?请教各位大侠!
help text
help num2str 回复 2 # ChaChing 的帖子
谢谢chaching!怎么标注出来是列向量,我想让公式按行显示,试了几次,好像也不是简单的把数组转置?请指教一下! 求助完整格式:出错代码和出错提示 text(200,0.3, {'lg(t_p)=' num2str(p(1,1)) '+' num2str(p(1,2)) 'lg(r_0)'},'FontSize',14,'FontName','Times New Roma','FontWeight','Bold');
text(200,0.3, ['lg(t_p)=' num2str(p(1,1)) '+' num2str(p(1,2)) 'lg(r_0)'],'FontSize',14,'FontName','Times New Roma','FontWeight','Bold');
回复 6 # ChaChing 的帖子
问题解决,非常感谢! 谢谢!
页:
[1]