Bye Bye Moore

PoCソルジャーな零細事業主が作業メモを残すブログ

2021-01-29から1日間の記事一覧

OctaveのGUIで「 nested functions not implemented in this context」とか言われたら

error: parse error near line 23 of file C:\Users\shiro\octGUI.m nested functions not implemented in this context 構成は何も変えていないのに、なぜかちゃんと認識されてないこれをCLIの方にブチ込んでGUIのメイン関数相当を実行したら、なぜか動く。…