raghav sikka
Followers: 0 Following: 0
Feeds
提问
How to put into equal number of concentric arcs sector (levels) based on the mass flux distribution values?
This below code is creating concentric sector (120 deg) plot in irregular spacing patterns (with color) based on mass flux val...
2 years 前 | 1 个回答 | 0
1
个回答已回答
How to draw concentric arcs in a 120 degree sector and the contour plots for mass flux of water spray in each concentric compartment ?
r = [0.05, 0.15:0.1:0.75]; % gives 8 sectors rho = [0.000959931, 0.051254502, 0.025132741, 0.099483767, 0.174300215, 0.13...
How to draw concentric arcs in a 120 degree sector and the contour plots for mass flux of water spray in each concentric compartment ?
r = [0.05, 0.15:0.1:0.75]; % gives 8 sectors rho = [0.000959931, 0.051254502, 0.025132741, 0.099483767, 0.174300215, 0.13...
2 years 前 | 0
已回答
How to draw concentric arcs in a 120 degree sector and the contour plots for mass flux of water spray in each concentric compartment ?
Thanks for reply ! I forgot to convert in radian.. I am afraid the rho vector (mass flux values) is defined based on radius 'r'...
How to draw concentric arcs in a 120 degree sector and the contour plots for mass flux of water spray in each concentric compartment ?
Thanks for reply ! I forgot to convert in radian.. I am afraid the rho vector (mass flux values) is defined based on radius 'r'...
2 years 前 | 0
提问
How to draw concentric arcs in a 120 degree sector and the contour plots for mass flux of water spray in each concentric compartment ?
%% for polar plot theta = linspace(0,120,8); % angle division rho = [0.000959931, 0.051254502, 0.025132741, 0.099483767, 0...
2 years 前 | 3 个回答 | 0