matlab调教日志 ---- 语法问题汇总
时间:2019-10-07 12:29:13
收藏:0
阅读:55
1. if elseif else end语法
此处应该注意的是 elseif 应该连接一起,而非c语言使用else if 也非 python的elif
原文:https://www.cnblogs.com/Phoenix-blog/p/11629907.html
评论(0)