Filter löschen
Filter löschen

supersonic nozzle design code error

2 Ansichten (letzte 30 Tage)
Nate
Nate am 5 Mai 2024
Beantwortet: Animesh am 19 Jun. 2024
I'm currently using the following code to try and determine nozzle designs; https://www.mathworks.com/help/aerotbx/ug/solving-for-the-exit-flow-of-a-supersonic-nozzle.html . Whenever I run the provided code from MatLab I get the following error;
'plotExpansionSchematic' is used in Solving for the Exit Flow of a Supersonic Nozzle.
Error in project413fluidflow (line 4)
upperNozzle = plotExpansionSchematic('uppernozzle');
I've tried looking through the .m file that is provided that uses the plotExpansionSchematic function but I honestly don't know what I'm looking for to fix this error and get the code working and plots to show up, I haven't chnaged anything about the code except the initial conditions whihc I am using the following conditions; exitMach=1.25, exitPres=421.512, and backPres=154.2166. Any help in resolving this error would be greatly appreciated. I will also note that when I run the code that defines plotExpansionSchematic I also get an error, in case that is part of the issue I'm having the error is:
>> plotExpansionSchematic
Not enough input arguments.
Error in plotExpansionSchematic (line 182)
switch lower(type)
  1 Kommentar
Kautuk Raj
Kautuk Raj am 20 Mai 2024
I tried running the mentioned example using the modified parameters in MATLAB R2023b but could not reproduce the error you are facing.

Melden Sie sich an, um zu kommentieren.

Antworten (1)

Animesh
Animesh am 19 Jun. 2024
Hi Nate,
This error comes up when you do not have the function "plotExpansionSchematic" in the MATLAB search path.
You can either copy the function file to your current working directory or add the path to this function to your MATLAB path from the hyperlink mentioned in the error statement itself. Attaching a screenshot for your reference:
After clicking the unlined hyperlink shown above, it will take to the directory having the function plotExpansionSchematic.m file:
Once you have this file in MATLAB path, you will no longer see this error.
I hope this helps!
Animesh

Kategorien

Mehr zu Get Started with Aerospace Blockset finden Sie in Help Center und File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by