
Nitin Phadkule
B.E. (Electrical), M.E.(Instrumentation), M.E.(Electrical Power Systems) Ph. D.(Electrical Engineering) Asso. Professor Department of Electrical Engineering, Govt. College of Engineering, Aurangabad-431001, M.S. India
Statistics
RANK
9 237
of 262 493
REPUTATION
4
CONTRIBUTIONS
3 Questions
9 Answers
ANSWER ACCEPTANCE
66.67%
VOTES RECEIVED
0
RANK
4 893 of 17 973
REPUTATION
242
AVERAGE RATING
4.90
CONTRIBUTIONS
26 Files
DOWNLOADS
104
ALL TIME DOWNLOADS
1808
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Content Feed
Question
getting error in pde
Error using pde.ElectromagneticModel/geometricConsistencyCheck (line 184) Geometry must be 2-D. Error in pde.EquationModel/s...
9 månader ago | 0 answers | 0
0
answershow to use dot convention of transformer in simulink
For dot conventions of transformer you may find my following submission usefull https://in.mathworks.com/matlabcentral/fileexch...
10 månader ago | 0
Submitted
Dot Conventions
Although mutual inductance M is always a positive quantity, the induced voltage due to mutual inductance may be negative or posi...
10 månader ago | 3 downloads |

Submitted
Coordinate System App
The app shows all three coordinate systems at glance with respective unit vectors
10 månader ago | 3 downloads |

Submitted
Cylindrical Coordinate System
This app helps to understand and visualise three dimensional cylindrical coordinate system.
11 månader ago | 2 downloads |

Solved
The Piggy Bank Problem
Given a cylindrical piggy bank with radius g and height y, return the bank's volume. [ g is first input argument.] Bonus though...
11 månader ago
Submitted
Vector Algebra App
Arithmetic operations such as addition, subtraction, multiplication (such as dot product and cross product).on vectors are expla...
11 månader ago | 6 downloads |

Submitted
Superposition Theorem with Current Sources
This app helps you to understand and verify the Superposition theorem for a circuit having two Current sources and 3 resistances...
11 månader ago | 1 download |

Mesh plot of data over a parallelogram grid
% just sharing if any one needed for 3d points % filling parallogram between two position vectors, % can also an be used to ...
11 månader ago | 0
How can I plot a 3D plane knowing its center point coordinates and its Normal
% ax+by+cz+d plane % 3x+2y+6z+2 plane y =linspace(-4,4,51); a=3;b=2;c=6;d=2; x...
11 månader ago | 0
Submitted
Coulombs Law
Coulomb's law, or Coulomb's inverse-square law, quantifies the amount of force between two stationary, electrically charged par...
11 månader ago | 1 download |

Submitted
Spherical Coordinate System
A spherical coordinate system is a coordinate system for three-dimensional space where the position of a point is specified by t...
11 månader ago | 4 downloads |

How can I add a comment on a curve ?
x=0:1:100; y=x.^2 x1=-100:2:10; y2=x1.^2 plot (x,y,x1,y2) text(20,5000,' this curve 1 \rightarrow')
12 månader ago | 0
How to plot a cone in 3D.
[X,Y,Z]=cylinder([0 .5],50 ); axis([0 1,-1 1,-.5 .5]) M=makehgtform('translate',[0,0,0],'xrotate',pi/4,'yrotate',pi/2); h=sur...
12 månader ago | 0
| accepted
Submitted
Transmission Line Three Stepped Distance Protection
The relay is set for protection of lines in three steps with suitable time delay. The Time Delays can be adjusted by set delay s...
12 månader ago | 8 downloads |

Submitted
Cartesian Coordinate System App
This app helps to understand and visualise three dimensional cartesian coordinate system.
ungefär ett år ago | 6 downloads |

Plotting letter "D" on 3D space
i=0; for theta=90:5:270 i=i+1; points(i,:)=[0.05*(cosd(theta))+0.05 0.05*sind(theta)-0.01 0.00]; % find D alphabets point...
ungefär ett år ago | 0
Submitted
Relay Universal Torqe Equation App
The Universal Torque Equation is an equation which governs the application of all types of relays. This app plots the operating ...
ungefär ett år ago | 3 downloads |

Submitted
Quadrilateral Relay App
This app describes the operation of a quadrilateral relay. The app shows operating characteristics in all quadrants for differen...
ungefär ett år ago | 5 downloads |

Question
Is there any option like zline?
I have drawn a 3D plot in app.UIAxes and added x and y axis by xline and y line, but not able to add zaxis line. why I am doing ...
ungefär ett år ago | 1 answer | 0
1
answerSubmitted
Ideal and Practical Sources App
This app demonstrate difference between ideal and practical energy sources
ungefär ett år ago | 2 downloads |

Submitted
IEC Relay Characteristcs
Plot IEC Inverse Relay Characteristics. App is designed by Dr. Kawita Thakur & Nitin Phadkule Govt. Engg. College of Amravati ...
ungefär ett år ago | 3 downloads |

Submitted
HomeEnergyBillapp2
This app demonstrates house wiring from electricity pole to appliances connected. Energy bill is calculated depending on wattag...
ungefär ett år ago | 2 downloads |

Submitted
Superposition Theorem tab app
This app helps you to understand and verify the Superposition theorem.
ungefär ett år ago | 5 downloads |

Submitted
Polar to Rectangular and Vice-Versa Conversion App_1
This app convert polar coordinates to rectangular coordinates and vice versa.
ungefär ett år ago | 3 downloads |

Submitted
Leading Lagging Phase Concept App_2
phase agle between current and voltage of basic RLC AC circuit is demonstrated
ungefär ett år ago | 2 downloads |

Submitted
RLC AC Circuit App
This app explains the concept of phase difference between current and voltage, concept of leading lagging and power in R, L, C c...
ungefär ett år ago | 2 downloads |

Submitted
Leading Lagging Phase Concept in AC Circuit App
This app demonstrates concept of phase difference between two waveforms. The phase angle of both waveforms can be varied and eff...
ungefär ett år ago | 5 downloads |

Submitted
Thevenins Theorem App
This app is used to verify Thevenin's Theorem
ungefär ett år ago | 2 downloads |

Solved
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...
ungefär ett år ago