photo

Ariunbolor Purvee


Mongolian University of Science and Technology

Last seen: Today 2018년부터 활동

Followers: 0   Following: 0

메시지

Ariunbolor Purvee, Ph.D., is an associate professor at the Mongolian University of Science and Technology (MUST). 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

통계

All
MATLAB Answers

0 질문
3 답변

File Exchange

7 파일

순위
19,531
of 301,200

평판
2

참여
0 질문
3 답변

답변 채택
0.00%

획득한 표
1

순위
7,392 of 21,190

평판
138

평균 평점
0.00

참여
7 파일

다운로드 수
21

ALL TIME 다운로드 수
1323

순위

of 173,339

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

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

배지 보기

Feeds

보기 기준

제출됨


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

대략 18시간 전 | 다운로드 수: 3 |

0.0 / 5
Thumbnail

제출됨


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

대략 18시간 전 | 다운로드 수: 1 |

0.0 / 5

제출됨


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

대략 18시간 전 | 다운로드 수: 4 |

0.0 / 5
Thumbnail

제출됨


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

대략 18시간 전 | 다운로드 수: 2 |

0.0 / 5
Thumbnail

제출됨


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

대략 19시간 전 | 다운로드 수: 1 |

0.0 / 5

제출됨


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

대략 19시간 전 | 다운로드 수: 2 |

0.0 / 5
Thumbnail

제출됨


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

대략 19시간 전 | 다운로드 수: 3 |

0.0 / 5
Thumbnail

답변 있음
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...

5년 초과 전 | 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...

5년 초과 전 | 0

답변 있음
Combining multiple vectors into 1
x_final = [x_lower x_mid x_upper]

7년 초과 전 | 1