Ariunbolor Purvee
German Mongolian Institute for Resources and Technology - GMIT
Followers: 0 Following: 0
Ariunbolor Purvee, Ph.D., is an associate professor 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.
C++, C
Spoken Languages:
English
Pronouns:
She/her
Statistics
RANK
19,531
of 295,569
REPUTATION
2
CONTRIBUTIONS
0 Questions
3 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
1
RANK
7,610 of 20,247
REPUTATION
123
AVERAGE RATING
0.00
CONTRIBUTIONS
7 Files
DOWNLOADS
23
ALL TIME DOWNLOADS
1169
RANK
of 154,105
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Submitted
GUI for Grey Relational Analysis
The software for the Grey Relational Analysis to optimize the inputs for minimizing the difference between target and outputs
2 years ago | 3 downloads |
Submitted
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
2 years ago | 7 downloads |
Submitted
Distribute 6 input parameters within L18 orthogonal array
Distribution of 6 input parameters in the table of L18 orthogonal array
2 years ago | 1 download |
Submitted
Calculate&Plot the evaluated S/N ratios ofTaguchi Method L18
Calculation of optimum inputs using the Taguchi Method
2 years ago | 3 downloads |
Submitted
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...
2 years ago | 2 downloads |
Submitted
Determine the nominal the best based on ANOVA
Determination of The Nominal the Best for ANOVA Taguchi Method
2 years ago | 1 download |
Submitted
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
3 years ago | 6 downloads |
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...
4 years ago | 0
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...
4 years ago | 0