本人新手,希望大神帮我看下如何修改代码。
이전 댓글 표시
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!