看板
[ MATLAB ]
討論串[討論] function的intput如何為字串&字元
共 2 篇文章
首頁
上一頁
1
下一頁
尾頁
內容預覽:
看不懂你在寫什麼...不是本來就可以輸入字串了嗎= =. function out = feedback(in). out = in;. end. feedback('in1') % 'in1'. 你如果說的是這種:. function out_opts = structMapping(vararg
(還有1024個字)
內容預覽:
如題. 最近遇到幾個問題,讓我迫切想知道如何讓function的intput為字串字元. ex:. 1.). 此function為輸入欲知的羅馬數字符號,然後output為所對應的數字. 如 input=I output=1 ; intput=II output=2 ....... 最接近的作法為i
(還有139個字)
首頁
上一頁
1
下一頁
尾頁