fxp 发表于 2011-9-17 11:32

如果把函数计算结果标注到画面上



我想把计算结果的数值标注在图形上,p(1,1),p(1,2)为函数计算结果,如何标注呢?请教各位大侠!

ChaChing 发表于 2011-9-18 13:52

help text
help num2str

fxp 发表于 2011-9-19 08:18

回复 2 # ChaChing 的帖子

谢谢chaching!怎么标注出来是列向量,我想让公式按行显示,试了几次,好像也不是简单的把数组转置?请指教一下!

ChaChing 发表于 2011-9-19 13:15

求助完整格式:出错代码和出错提示

fxp 发表于 2011-9-20 07:18

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');

ChaChing 发表于 2011-9-21 00:49

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');

fxp 发表于 2011-9-21 11:30

回复 6 # ChaChing 的帖子

问题解决,非常感谢! 谢谢!
页: [1]
查看完整版本: 如果把函数计算结果标注到画面上