本人新手,希望大神帮我看下如何修改代码。
显示 更早的评论
function[Cs,CLs,CMs,CRs] = allNormalize ( X,XL,XM,XR )
for l=1:size (X,3)
lamda=generateLamda (XM (:,:,k));
[Cs (:,:,k) ,CLs (:,:,k) ,CMs (:,:,k) ,CRs (:,:,k) ]=...
calculateNormalize (X(;,;,k),XL(;,;,k),XM(;,;,k),XR(;,;,k),lamda);
end
end
显示>> allNormalize
错误: 文件:allNormalize.m 行:4 列:14
MATLAB 运算符异常。
如何进行修改?
采纳的回答
更多回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Neural Simulation 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!