Statistik
RANG
169.232
of 301.671
REPUTATION
0
ANTWORTZUSTIMMUNG
50.0%
ERHALTENE STIMMEN
0
RANG
of 21.379
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 176.058
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Discussions
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
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...
etwa 4 Jahre vor | 1 Antwort | 0
1
AntwortBeantwortet
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...
etwa 4 Jahre vor | 0
Beantwortet
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'...
etwa 4 Jahre vor | 0
Frage
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...
etwa 4 Jahre vor | 3 Antworten | 0
