Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
比如这样:
z = input('Enter z ') t = input('Enter t ') y = input('Enter y ')
它总是提示t和y忽略z。
t
y
z
我尝试将它们混合一点并将它们放在y前面等等,甚至更改变量的名称,但它总是忽略第一个并要求其他变量。这是为什么?
这是一个错误FreeMat,请参见此处和此处(它在 MATLAB 下运行良好)。
FreeMat