可能重复:
“Unexpected MATLAB expression” when creating sparse graph
以下创建稀疏矩阵的代码显示错误
cm = sparse([1 1 2 2 3 3 4 5],[2 3 4 5 4 5 6 6],...
[2 3 3 1 1 1 2 3],6,6)cm =
错误
??? [2 3 3 1 1 1 2 3],6,6)cm =
|
Error: Unexpected MATLAB expression.
我从MATLAB的官方网站上获取了这段代码,为什么它不起作用?请告诉我