how to remove the error showing undefined function or variable
显示 更早的评论
hello, i am using function block in matlab simulation .in that want to generate matrix X1 from matrix A
for j1=1:k2
for j2=1:m1
for j3=1:n1
X1(m1*(j1-1)+j2,j3)=A(j2,j3);
end
end
end
but executing code am getting error....
Undefined function or variable 'X1'. The first assignment to a local variable determines its class.
"X1"
采纳的回答
更多回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Loops and Conditional Statements 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!