MATLAB 2010 code not working in MATLAB2012a ?
7 ビュー (過去 30 日間)
表示 古いコメント
MATLAB 2010 code not working in MATLAB2012a ?
my 2010a file name: TestingFile.m
function [z,w]=testingfile(a,b)
z=a+b;
w=z*b;
end
---Above code developed by 2010a, this not working in 2012a ? showing error like case sentivity ? so how
to solve this issue without change matlab code in 2012a?
0 件のコメント
回答 (1 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!