matlab中Legend函式的位置用法

2021-10-04 20:06:33 字數 660 閱讀 8749

摘自:

『north』 圖例標識放在圖頂端

『south』 圖例標識放在圖底端

『east』 圖例標識放在圖右方

『west』 圖例標識放在圖左方

『northeast』 圖例標識放在圖右上方(預設)

'northwest 圖例標識放在圖左上方

『southeast』 圖例標識放在圖右下角

『southwest』 圖例標識放在圖左下角

『best』 圖示標識放在圖框內不與圖衝突的最佳位置

『northoutside』 圖例標識放在圖框外側上方

『southoutside』 圖例標識放在圖框外側下方

『eastoutside』 圖例標識放在圖框外側右方

『westoutside』 圖例標識放在圖框外側左方

『northeastoutside』 圖例標識放在圖框外側右上方

『northwestoutside』 圖例標識放在圖框外側左上方

『southeastoutside』 圖例標識放在圖框外側右下方

『southwestoutside』 圖例標識放在圖框外側左下方

『bestoutside』 圖示標識放在圖框外使用最小空間的最佳位置

legend(『字串1』,『字串2』,『字串3』 ……,『location』,『位置』)

Matlab注釋函式legend詳解

用matlab畫圖時,有時候需要對各種圖示進行標註,例如,用 代表a的運動情況,代表b的運動情況。legend函式的基本用法是 legend string1,string2,string3,分別將字串1 字串2 字串3 標註到圖中,每個字串對應的圖示為畫圖時的圖示。例如 plot x,sin x b...

Matlab注釋函式legend詳解

用matlab畫圖時,有時候需要對各種圖示進行標註,例如,用 代表a的運動情況,代表b的運動情況。legend函式的基本用法是 legend string1,string2,string3,分別將字串1 字串2 字串3 標註到圖中,每個字串對應的圖示為畫圖時的圖示。例如 plot x,sin x b...

Matlab中legend的用法總結

用matlab畫圖時,有時候需要對各種圖示進行標註,例如,用 代表a的運動情況,代表b的運動情況。legend string1,string2,string3,分別將字串1 字串2 字串3 標註到圖中,每個字串對應的圖示為畫圖時的圖示。例如 plot x,sin x b x,cos x r lege...