當邊界值問題和邊界條件寫入不同的文件並在函數bvp4c中調用時,看起來這些外部文件中命名的變量無法識別。 更具體地說,讓我舉個例子來說明我現在正在處理的問題。主文件是 clearvars
% Creating a grid of x values for MATLAB to solve on and an initial guess for y(x) and y'(x)
solinit=bvp
我使用MATLAB對顯示器的校準模型的位置...... 我需要找到值遵循 for a1 = 1:s1
for j = 1:s2
c=0;
for i = 1:257;
if ((XYZ1(a1,j,1)-r1(1,i))<0.5)
rgb(a1,j,1) = a(i);
c=c+1;
break;
end
end
if (