필터 지우기
필터 지우기

How to Generate Compressor Map ?

조회 수: 24 (최근 30일)
cemsi888
cemsi888 2015년 4월 28일
댓글: KOMAL MADAN 2020년 10월 19일
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
Quentin-Alexandre Tütsch
Quentin-Alexandre Tütsch 2020년 10월 16일
Hi there, I have the same problem. Does anyone have the code that draws this map ? I also have problem with surge and choke lines.
KOMAL MADAN
KOMAL MADAN 2020년 10월 19일
hello ...can anyone help me in drawing compressor map

댓글을 달려면 로그인하십시오.

답변 (1개)

Ilham Hardy
Ilham Hardy 2015년 4월 28일
That is a contour plot. You can plot a contour plot using contour command.
  댓글 수: 8
cemsi888
cemsi888 2015년 4월 29일
Thanx for answer. another question that i did not understand. i will use griddata to make Interpolation. This is the documentation of griddata vq = griddata(x,y,z,v,xq,yq,zq) but i did not understand what is v?
Walter Roberson
Walter Roberson 2017년 7월 29일
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.

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Surface and Mesh Plots에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by