Re: [問題] TEXT該怎麼用已回收

看板MATLAB作者 (神無月 孝臣)時間17年前 (2008/11/13 13:17), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串2/2 (看更多)
※ 引述《DuoMax (LOVEingNECO)》之銘言: : t=[0 1];r=[10 11]; : text(t,r,'string1','string2') : then : ??? Error using ==> text : Invalid parameter/value pair arguments. : 我想一次標上不只一個說明文字 位置就用兩個一維矩陣t,r表示 : 請問要怎麼寫呢O_o : 謝謝解惑 t = [ 0 1 ] ; r = [ 10 11 ] ; S = { 'string1' , 'string2' } ; for i = 1 : length( t ) text( t( i ) , r( i ) , S{ i } ) end -- Deserves death! I daresay he does. Many that live deserve death. And some die that deserve life. Can you give that to them? Then be not too eager to deal out death in the name of justice, fearing for your own safty. Even the wise cannot see all ends. Gandalf to Frodo -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 140.120.25.235
文章代碼(AID): #196xXX30 (MATLAB)
討論串 (同標題文章)
文章代碼(AID): #196xXX30 (MATLAB)