You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I run the exmaples, I get an error of undefined 'RecDomain' for ''dom = RecDomain([]); Kindly advise on how I can rectify this problem. Thank you
function Recdom = RecDomain(inp)
% inp is a matrix include x,y,z row elements;
% e.g. inp: [100,100,5];
Recdom.Lx = inp(1);
Recdom.Ly = inp(2);
Recdom.Lz = inp(3);
end
When I run the exmaples, I get an error of undefined 'RecDomain' for ''dom = RecDomain([]); Kindly advise on how I can rectify this problem. Thank you
The text was updated successfully, but these errors were encountered: