Prem Manoj Mule - MATLAB Central
photo

Prem Manoj Mule


Sanjivani College of Engineering, kopargaon

Con actividad desde 2025

Followers: 3   Following: 0

Mensaje

I am Prem Manoj Mule, a third-year B.Tech student in Electrical Engineering at Sanjivani College of Engineering, Kopargaon. I have hands-on experience with Ansys, MATLAB, Proteus, FEA, etc. I am passionate about leveraging technology to solve real-world engineering challenges and am skilled in programming with C and Python. I am also the Professional Edge Club Lead for the Electrical Engineering Students Association (EESA).

Programming Languages:
C
Spoken Languages:
English
Pronouns:
He/him

Estadística

All
File ExchangeCodyMATLAB AnswersZoom OutFrom 03/25 to 04/25Use left and right arrows to move selectionFrom 03/25Use left and right arrows to move left selectionTo 04/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

0 Preguntas
3 Respuestas

File Exchange

9 Archivos

Cody

0 Problemas
6 Soluciones

CLASIFICACIÓN
97.582
of 298.102

REPUTACIÓN
0

CONTRIBUCIONES
0 Preguntas
3 Respuestas

ACEPTACIÓN DE RESPUESTAS
0.00%

VOTOS RECIBIDOS
0

CLASIFICACIÓN
10.714 of 20.534

REPUTACIÓN
52

EVALUACIÓN MEDIA
5.00

CONTRIBUCIONES
9 Archivos

DESCARGAS
231

ALL TIME DESCARGAS
231

CLASIFICACIÓN
47.775
of 160.343

CONTRIBUCIONES
0 Problemas
6 Soluciones

PUNTUACIÓN
72

NÚMERO DE INSIGNIAS
1

CONTRIBUCIONES
0 Publicaciones

CONTRIBUCIONES
0 Público Canales

EVALUACIÓN MEDIA

CONTRIBUCIONES
0 Temas destacados

MEDIA DE ME GUSTA

  • Personal Best Downloads Level 3
  • Explorer
  • Knowledgeable Level 1
  • First Review
  • MATLAB Central Treasure Hunt Finisher
  • Solver
  • First Answer
  • 5-Star Galaxy Level 3
  • First Submission

Ver insignias

Feeds

Ver por

Enviada


Two-Area Load Frequency Control with Integral Action.
Simulink model of two-area LFC system with integral control, analyzing frequency & tie-line power after load disturbance in Area...

6 días hace | 34 descargas |

5.0 / 5
Thumbnail

Respondida
How to protect a model with simscape interfaces?
Approach: Using Protected Models with Simscape Interfaces 1.Encapsulate Your Electrical Plant in a Model Reference Convert you...

12 días hace | 0

Enviada


Control of DC Motor Using Transfer Function Modeling MATLAB.
Simulate and control a DC motor using transfer function-based modeling in MATLAB to analyze speed and position control performan...

12 días hace | 5 descargas |

0.0 / 5
Thumbnail

Enviada


Transient stability analysis of single machine infinite bus.
Simulate and analyze a Single Machine to Infinite Bus (SM-IB) system in MATLAB to study power system stability and dynamic perfo...

12 días hace | 20 descargas |

0.0 / 5
Thumbnail

Resuelto


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

21 días hace

Resuelto


Maximum value in a matrix
Find the maximum value in the given matrix. For example, if A = [1 2 3; 4 7 8; 0 9 1]; then the answer is 9.

21 días hace

Resuelto


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

22 días hace

Resuelto


Add two numbers
Given a and b, return the sum a+b in c.

22 días hace

Resuelto


Calculate area of sector
A=function(r,seta) r is radius of sector, seta is angle of sector, and A is its area. Area of sector A is defined as 0.5*(r^2...

24 días hace

Resuelto


Pizza!
Given a circular pizza with radius z and thickness a, return the pizza's volume. [ z is first input argument.] Non-scored bonus...

24 días hace

Respondida
In simscape electrical PMSMDriveExample: what is the abc2dq0 theta_offset value when change the winding type from Y to delta.
Hello! 👋 @Chenyang This above equation is used because changing the motor winding type from Y (Star) to Delta introduces a ...

25 días hace | 0

| aceptada

Respondida
which MATLAB program is suitable for electrical engineers based on automoive?
Hello! 👋 @manikandan mavuthu Since you’re pursuing your bachelor's in Electric and Hybrid Vehicle Engineering and are intereste...

25 días hace | 0

Enviada


Simulation of Single Phase Semi Controlled Converter RL Load
Single-Phase Semi-Controlled Converter RL Load Efficient AC to DC conversion using thyristors and diodes, enabling partial volta...

26 días hace | 17 descargas |

0.0 / 5
Thumbnail

Enviada


Reactive Power Compensation Using SVC & STATCOM Simulation.
Simulation of reactive power compensation using SVC and STATCOM to stabilize voltage and enhance power quality in transmission s...

27 días hace | 108 descargas |

0.0 / 5
Thumbnail

Enviada


Arithmetic Operations on Signals Using MATLAB.
This MATLAB script demonstrates the arithmetic operations on voltage signals, including addition, subtraction, multiplication, a...

28 días hace | 2 descargas |

0.0 / 5
Thumbnail

Enviada


Equal area criteria for transient stability analysis.
Simulation of transient stability using equal area criterion, calculating critical clearing angle & time for fault conditions.

28 días hace | 22 descargas |

0.0 / 5
Thumbnail

Enviada


3-Phase Fully Controlled Bridge Converter with R Load.
3-Phase Bridge Converter with R Load using MATLAB Simulink for controlled DC output, waveform visualization, and performance ana...

28 días hace | 13 descargas |

0.0 / 5
Thumbnail

Enviada


Bisection Method to Find Root of the Equation f(x) = x² - 3.
This MATLAB program finds the root of f(x) = x² - 3 using the Bisection Method. It keeps dividing interval & checks the error at...

28 días hace | 2 descargas |

0.0 / 5
Thumbnail