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
Question1.
in class_aircraft.m files
methods
%> function to read xml file
obj=read_xml_definition(obj,filename);
Q. Is this okay call read_xml_definition function ?
Question2.
when I comment this line and run the tutorial code, there is another error message
can not find 'airfoil/SC20414.DAT'
The text was updated successfully, but these errors were encountered:
this profile ist not available in the folder airfoil (you can create your own airfiols in this folder) or use the existing ones in the definiton of the XML file (the pre-defined aircraft geometries in the folder input)
Question1.
in class_aircraft.m files
methods
%> function to read xml file
obj=read_xml_definition(obj,filename);
Q. Is this okay call read_xml_definition function ?
Question2.
when I comment this line and run the tutorial code, there is another error message
can not find 'airfoil/SC20414.DAT'
The text was updated successfully, but these errors were encountered: