... <看更多>
「matlab legend」的推薦目錄:
- 關於matlab legend 在 Re: [問題] legend內如何顯示變數- 看板MATLAB - 批踢踢實業坊 的評價
- 關於matlab legend 在 Add legend outside of axes without rescaling in MATLAB 的評價
- 關於matlab legend 在 kakearney/legendflex-pkg: A more flexible legend for ... - GitHub 的評價
- 關於matlab legend 在 Creating figures from matlab for use in latex (problem - TeX ... 的評價
matlab legend 在 kakearney/legendflex-pkg: A more flexible legend for ... - GitHub 的推薦與評價
m Matlab function, along with all dependent functions required to run it. This function offers a more flexible version of the legend command. It offers a ... ... <看更多>
matlab legend 在 Creating figures from matlab for use in latex (problem - TeX ... 的推薦與評價
MATLAB h = figure(1); plot(rand(10),rand(10)); legend(random); grid on set(gcf,'defaulttextinterpreter','latex'); set(gca,'FontSize' ... ... <看更多>
matlab legend 在 Re: [問題] legend內如何顯示變數- 看板MATLAB - 批踢踢實業坊 的推薦與評價
有類似的問題想請問一下,我的程式碼如下:
function m=nf(r)
...
legend('y =','num2str(r)')
...
end
其中legend這行一直試不出來,其實最後想出現的是"y=r",r是每次輸入的變數
可是以上的寫法有錯,前後加上逗號也不行,請教大家該如何修改呢?
謝謝大家幫忙~!
※ 引述《bbluekey (^^)》之銘言:
: legend 內如何顯示變數(變數是由function input)
: 謝謝
--
※ 發信站: 批踢踢實業坊(ptt.cc)
◆ From: 140.113.125.36
... <看更多>