photo

raghav sikka


Last seen: oltre 2 anni fa Attivo dal 2022

Followers: 0   Following: 0

Statistica

MATLAB Answers

2 Domande
2 Risposte

RANK
267.520
of 301.440

REPUTAZIONE
0

CONTRIBUTI
2 Domande
2 Risposte

ACCETTAZIONE DELLE RISPOSTE
50.0%

VOTI RICEVUTI
0

RANK
 of 21.282

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK

of 174.580

CONTRIBUTI
0 Problemi
0 Soluzioni

PUNTEGGIO
0

NUMERO DI BADGE
0

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • Thankful Level 1

Visualizza badge

Feeds

Visto da

Domanda


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...

quasi 4 anni fa | 1 risposta | 0

1

risposta

Risposto
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...

quasi 4 anni fa | 0

Risposto
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'...

quasi 4 anni fa | 0

Domanda


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...

quasi 4 anni fa | 3 risposte | 0

3

risposte