Plots using multiple files
显示 更早的评论
Greetings,
I am running the attached data with a .txt file runner (P3.m and Problem_4m)
The data runs and generates the numbers I want, the problem is how can I plot certain data.
For example for if you run Problem_4m it will generate the solutions for all my txt files (from P4_N1 - P4N200) and I need to plot
My N values go from N1, N5, N25, N50, N75, N100, N125, N150, N175, N200
the first plot is with N values and CL (these numbers are under workspace)
the second plot is with N values and CDi (these values are under workspace)
the third plot is N values with Gamma (These values are under workspace)
Is there a way to combine the results of ALL the .txt files into one single plot with the plots provided above
2 个评论
Mathieu NOE
2020-10-6
hello
I tried to run your code , but could you please clarify in which order you execute the tasks. it's not very clear
I also get error message from your code :
Right_Side.m Line: 52 Column: 1
??? Reference to non-existent field 'delta'.
On line 49 ==> DATA.CDi=((DATA.CL^2)./(pi*DATA.AR))*(1+DATA.delta);
last but not least, I don't understand your plot functions (P4_graph_CDi.m / P4_graph_CL.m / P4_graph_Gamma_y.m)
why do you have written a single numerical value for CDi , CL (must be alos a copy paste error there) and Gamma,
I was assuming that this would be vectors , computation results from your various functions - or where am I wrong ?
did you copy paste the values from the workspace ? why only one value appears ??
Eddy Ramirez
2020-10-6
采纳的回答
更多回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Entering Commands 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!