How to Generate Compressor Map ?

19 visualizzazioni (ultimi 30 giorni)
cemsi888
cemsi888 il 28 Apr 2015
Commentato: KOMAL MADAN il 19 Ott 2020
Hi Everyone. I want to create Compressor Map . Could you advice me a literature or something that i learn how to create it. Compressor Map is like that. http://www.bing.com/images/search?q=compressor+map&view=detailv2&&&id=D61567EA61B4BF1A32914B7A2F3D3FF257056D97&selectedIndex=0&ccid=QGX3rBFL&simid=608043743320213901&thid=JN.Cklz7CSwlqnK5IUxzxcj8g&ajaxhist=0
. I have already drawn surge and choke lines . My Problem is: i do not know how i can draw Efficiency line which were as blue drawn??
  5 Commenti
KOMAL MADAN
KOMAL MADAN il 19 Ott 2020
hello ...can anyone help me in drawing compressor map

Accedi per commentare.

Risposte (1)

Ilham Hardy
Ilham Hardy il 28 Apr 2015
That is a contour plot. You can plot a contour plot using contour command.
  8 Commenti
Walter Roberson
Walter Roberson il 29 Lug 2017
In the syntax
vq = griddata(x,y,z,v,xq,yq,zq)
then x and y and z are coordinate vectors or arrays, and v is the array of values for each (x,y,z) combination. xq, yq, zq are the coordinates that you want to extra the values at.

Accedi per commentare.

Community Treasure Hunt

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

Start Hunting!

Translated by