photo

Ariunbolor Purvee


MUST and GMIT

Last seen: etwa 2 Monate vor Aktiv seit 2018

Followers: 0   Following: 0

Nachricht

Ariunbolor Purvee, Ph.D., is an associate professor at the Mongolian University of Science and Technology (MUST) and program coordinator of Energy and Electrical Engineering at the German Mongolian Institute For Resources And Technology. She received her first professional award/scholarship from the World Academy of Sciences to support her Ph.D. research in India. After receiving her doctoral degree in Electrical Engineering from the Mongolian University of Science and Technology, she was awarded a Postdoctoral Fellowship from the Korean Foundation for Advanced Studies to continue her research related to online condition monitoring of faults and diagnostics of rotors used in mining and other industrial applications. After completing her research abroad, she brought the research field of online condition monitoring to Mongolia.

Programming Languages:
C++, C
Spoken Languages:
English
Pronouns:
She/her

Statistik

All
MATLAB Answers

0 Fragen
3 Antworten

File Exchange

7 Dateien

RANG
19.531
of 300.365

REPUTATION
2

BEITRÄGE
0 Fragen
3 Antworten

ANTWORTZUSTIMMUNG
0.00%

ERHALTENE STIMMEN
1

RANG
7.417 of 20.933

REPUTATION
134

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
7 Dateien

DOWNLOADS
16

ALL TIME DOWNLOADS
1283

RANG

of 168.262

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 Highlights

DURCHSCHNITTLICHE ANZAHL DER LIKES

  • Personal Best Downloads Level 2
  • First Submission
  • First Review
  • First Answer

Abzeichen anzeigen

Feeds

Anzeigen nach

Gesendet


GUI for Grey Relational Analysis
The software for the Grey Relational Analysis to optimize the inputs for minimizing the difference between target and outputs

mehr als 3 Jahre vor | 4 Downloads |

0.0 / 5
Thumbnail

Gesendet


Code of Grey Relational Analysis
Code was created to normalize values of S/N ratios, to calculate the weighted Grey relational coefficient, grade, and rank

mehr als 3 Jahre vor | 1 Download |

0.0 / 5
Thumbnail

Gesendet


Distribute 6 input parameters within L18 orthogonal array
Distribution of 6 input parameters in the table of L18 orthogonal array

mehr als 3 Jahre vor | 1 Download |

0.0 / 5

Gesendet


Calculate&Plot the evaluated S/N ratios ofTaguchi Method L18
Calculation of optimum inputs using the Taguchi Method

mehr als 3 Jahre vor | 4 Downloads |

0.0 / 5
Thumbnail

Gesendet


GUI for plotting the Taguchi graphics
GUI to calculate the evaluated SN and variance ratios and other parameters for the optimum inputs using Taguchi and plot the Tag...

mehr als 3 Jahre vor | 3 Downloads |

0.0 / 5
Thumbnail

Gesendet


Determine the nominal the best based on ANOVA
Determination of The Nominal the Best for ANOVA Taguchi Method

mehr als 3 Jahre vor | 1 Download |

0.0 / 5

Gesendet


Estimation of Input Parameters of Asynchronous Machine
The goal of the code is to determine the optimum values for the six input parameters for the outputs

mehr als 4 Jahre vor | 2 Downloads |

0.0 / 5
Thumbnail

Beantwortet
how to find min or max value in each row of a matrix and its index, if a matrix is 3x2 it will find the min in first row
absDiff=[1 2 3; 4 5 6; 7 8 9; 9 10 12]; MaxMinAveRow= MaxMinAveOfRow(absDiff); display(MaxMinAveRow); function MaxMinAveRow...

etwa 5 Jahre vor | 0

Beantwortet
Finding the maximum of rows
clc;clear absDiff=[1 2 3; 4 5 6; 7 8 9; 9 10 12]; MaxMinAveRow= MaxMinAveOfRow(absDiff); display(MaxMinAveRow); function M...

etwa 5 Jahre vor | 0

Beantwortet
Combining multiple vectors into 1
x_final = [x_lower x_mid x_upper]

etwa 7 Jahre vor | 1