Statistics
RANK
169,232
of 301,664
REPUTATION
0
CONTRIBUTIONS
2 Questions
2 Answers
ANSWER ACCEPTANCE
50.0%
VOTES RECEIVED
0
RANK
of 21,377
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 176,019
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Discussions
AVERAGE NO. OF LIKES
Feeds
Question
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...
4 years ago | 1 answer | 0
1
answerHow 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...
4 years ago | 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'...
4 years ago | 0
Question
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...
4 years ago | 3 answers | 0
