我正在尝试运行这个简单的代码:
test = int(h, h = 0..1); disp(test);
但是 Matlab 告诉我:
??? Error: File: Q1.m Line: 34 Column:
17
The expression to the left of the
equals sign is not a valid target for
an assignment.
(第 17 列对应“h =”)
(程序的其余部分主要是定义矩阵并对它们进行网格划分,如果需要,请告诉我。)