Community Profile

photo

Nitin Phadkule


Active since 2021

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

All
  • MATLAB Mini Hack Participant
  • Treasure Hunt Participant
  • 3 Month Streak
  • Knowledgeable Level 1
  • Solver
  • 5-Star Galaxy Level 5
  • Personal Best Downloads Level 3
  • Revival Level 2
  • Thankful Level 1
  • Explorer
  • First Review
  • First Answer

View badges

Content Feed

View by

Submitted


Odd Even Signal
This app decomposes given signal in to odd and even signal.

3 hours ago | 0 downloads |

Thumbnail

Answered
Causal Signal and Non-causal Signal
% Define the signal values for both positive and negative time indices n_negative = -5; % Number of negative time indices...

9 days ago | 0

Submitted


BISECTION APP
This app explains how bisection method converges to find root of given function.

7 months ago | 1 download |

Thumbnail

Submitted


Parallel AC Circuit
This app is usefull for understanding the AC parallel Circuit concepts

9 months ago | 2 downloads |

Thumbnail

Question


getting error in pde
Error using pde.ElectromagneticModel/geometricConsistencyCheck (line 184) Geometry must be 2-D. Error in pde.EquationModel/s...

2 years ago | 0 answers | 0

0

answers

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

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

2 years ago | 6 downloads |

Thumbnail

Submitted


Coordinate System App
The app shows all three coordinate systems at glance with respective unit vectors

2 years ago | 1 download |

Thumbnail

Submitted


Cylindrical Coordinate System
This app helps to understand and visualise three dimensional cylindrical coordinate system.

2 years ago | 2 downloads |

Thumbnail

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

2 years ago

Submitted


Vector Algebra App
Arithmetic operations such as addition, subtraction, multiplication (such as dot product and cross product).on vectors are expla...

2 years ago | 2 downloads |

Thumbnail

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

2 years ago | 3 downloads |

Thumbnail

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

2 years ago | 0

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

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

2 years ago | 2 downloads |

Thumbnail

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

2 years ago | 4 downloads |

Thumbnail

Answered
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')

2 years ago | 0

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

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

2 years ago | 9 downloads |

Thumbnail

Submitted


Cartesian Coordinate System App
This app helps to understand and visualise three dimensional cartesian coordinate system.

2 years ago | 1 download |

Thumbnail

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

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

2 years ago | 1 download |

Thumbnail

Submitted


Quadrilateral Relay App
This app describes the operation of a quadrilateral relay. The app shows operating characteristics in all quadrants for differen...

2 years ago | 5 downloads |

Thumbnail

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

2 years ago | 1 answer | 0

1

answer

Submitted


Ideal and Practical Sources App
This app demonstrate difference between ideal and practical energy sources

2 years ago | 1 download |

Thumbnail

Submitted


HomeEnergyBillapp2
This app demonstrates house wiring from electricity pole to appliances connected. Energy bill is calculated depending on wattag...

2 years ago | 4 downloads |

Thumbnail

Submitted


Superposition Theorem tab app
This app helps you to understand and verify the Superposition theorem.

2 years ago | 2 downloads |

Thumbnail

Submitted


Polar to Rectangular and Vice-Versa Conversion App_1
This app convert polar coordinates to rectangular coordinates and vice versa.

2 years ago | 1 download |

Thumbnail

Submitted


Leading Lagging Phase Concept App_2
phase agle between current and voltage of basic RLC AC circuit is demonstrated

2 years ago | 1 download |

Thumbnail

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

2 years ago | 2 downloads |

Thumbnail

Load more