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
  • Community Group Solver
  • Solver
  • 5-Star Galaxy Level 5
  • Personal Best Downloads Level 3
  • Revival Level 2
  • Thankful Level 1
  • Explorer
  • First Review

View badges

Content Feed

View by

Solved


Calculate Amount of Cake Frosting
Given two input variables r and h, which stand for the radius and height of a cake, calculate the surface area of the cake you n...

ongeveer een maand ago

Solved


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

ongeveer een maand ago

Solved


Vector creation
Create a vector using square brackets going from 1 to the given value x in steps on 1. Hint: use increment.

ongeveer een maand ago

Solved


Doubling elements in a vector
Given the vector A, return B in which all numbers in A are doubling. So for: A = [ 1 5 8 ] then B = [ 1 1 5 ...

ongeveer een maand ago

Solved


Create a vector
Create a vector from 0 to n by intervals of 2.

ongeveer een maand ago

Solved


Flip the vector from right to left
Flip the vector from right to left. Examples x=[1:5], then y=[5 4 3 2 1] x=[1 4 6], then y=[6 4 1]; Request not ...

ongeveer een maand ago

Solved


Whether the input is vector?
Given the input x, return 1 if x is vector or else 0.

ongeveer een maand ago

Solved


Find max
Find the maximum value of a given vector or matrix.

ongeveer een maand ago

Solved


Get the length of a given vector
Given a vector x, the output y should equal the length of x.

ongeveer een maand ago

Solved


Inner product of two vectors
Find the inner product of two vectors.

ongeveer een maand ago

Solved


Arrange Vector in descending order
If x=[0,3,4,2,1] then y=[4,3,2,1,0]

ongeveer een maand ago

Solved


Select every other element of a vector
Write a function which returns every other element of the vector passed in. That is, it returns the all odd-numbered elements, s...

ongeveer een maand ago

Submitted


LinearRegression
This app generates synthetic data and fits a linear regression model

2 maanden ago | 6 downloads |

Thumbnail

Submitted


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

6 maanden ago | 2 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...

6 maanden ago | 0

Submitted


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

ongeveer een jaar ago | 3 downloads |

Thumbnail

Submitted


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

meer dan een jaar ago | 4 downloads |

Thumbnail

Question


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

meer dan 2 jaar 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...

meer dan 2 jaar 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...

meer dan 2 jaar ago | 2 downloads |

Thumbnail

Submitted


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

meer dan 2 jaar ago | 2 downloads |

Thumbnail

Submitted


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

meer dan 2 jaar ago | 4 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...

meer dan 2 jaar ago

Submitted


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

meer dan 2 jaar ago | 6 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...

meer dan 2 jaar ago | 6 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 ...

meer dan 2 jaar 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...

meer dan 2 jaar 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...

meer dan 2 jaar ago | 8 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...

meer dan 2 jaar ago | 5 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')

meer dan 2 jaar ago | 0

Load more