photo

Nitin Phadkule


Aktiv seit 2021

Followers: 1   Following: 0

Nachricht

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

Statistik

All
MATLAB Answers

3 Fragen
10 Antworten

File Exchange

29 Dateien

Cody

0 Probleme
18 Lösungen

RANG
5.094
of 300.343

REPUTATION
10

BEITRÄGE
3 Fragen
10 Antworten

ANTWORTZUSTIMMUNG
66.67%

ERHALTENE STIMMEN
2

RANG
3.032 of 20.926

REPUTATION
541

DURCHSCHNITTLICHE BEWERTUNG
4.80

BEITRÄGE
29 Dateien

DOWNLOADS
73

ALL TIME DOWNLOADS
4687

RANG
20.620
of 168.172

BEITRÄGE
0 Probleme
18 Lösungen

PUNKTESTAND
253

ANZAHL DER ABZEICHEN
2

BEITRÄGE
0 Beiträge

BEITRÄGE
0 Öffentlich Kanäle

DURCHSCHNITTLICHE BEWERTUNG

BEITRÄGE
0 Highlights

DURCHSCHNITTLICHE ANZAHL DER LIKES

  • 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

Abzeichen anzeigen

Feeds

Anzeigen nach

Gelöst


Area of an equilateral triangle
Calculate the area of an equilateral triangle of side x. <<https://i.imgur.com/jlZDHhq.png>> Image courtesy of <http://up...

mehr als ein Jahr vor

Gelöst


Return area of square
Side of square=input=a Area=output=b

mehr als ein Jahr vor

Gelöst


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

mehr als ein Jahr vor

Gelöst


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

mehr als ein Jahr vor

Gelöst


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

mehr als ein Jahr vor

Gelöst


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

mehr als ein Jahr vor

Gelöst


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

mehr als ein Jahr vor

Gelöst


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

mehr als ein Jahr vor

Gelöst


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

mehr als ein Jahr vor

Gelöst


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

mehr als ein Jahr vor

Gelöst


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

mehr als ein Jahr vor

Gelöst


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

mehr als ein Jahr vor

Gelöst


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

mehr als ein Jahr vor

Gelöst


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

mehr als ein Jahr vor

Gesendet


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

fast 2 Jahre vor | 1 Download |

0.0 / 5
Thumbnail

Gesendet


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

etwa 2 Jahre vor | 1 Download |

0.0 / 5
Thumbnail

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

etwa 2 Jahre vor | 0

Gesendet


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

mehr als 2 Jahre vor | 1 Download |

0.0 / 5
Thumbnail

Gesendet


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

fast 3 Jahre vor | 1 Download |

0.0 / 5
Thumbnail

Frage


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

fast 4 Jahre vor | 0 Antworten | 0

0

Antworten

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

etwa 4 Jahre vor | 0

Gesendet


Dot Conventions
Although mutual inductance M is always a positive quantity, the induced voltage due to mutual inductance may be negative or posi...

etwa 4 Jahre vor | 3 Downloads |

0.0 / 5
Thumbnail

Gesendet


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

etwa 4 Jahre vor | 2 Downloads |

0.0 / 5
Thumbnail

Gesendet


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

etwa 4 Jahre vor | 3 Downloads |

0.0 / 5
Thumbnail

Gelöst


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

etwa 4 Jahre vor

Gesendet


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

etwa 4 Jahre vor | 1 Download |

0.0 / 5
Thumbnail

Gesendet


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

etwa 4 Jahre vor | 4 Downloads |

5.0 / 5
Thumbnail

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

etwa 4 Jahre vor | 0

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

etwa 4 Jahre vor | 0

Gesendet


Coulombs Law
Coulomb's law, or Coulomb's inverse-square law, quantifies the amount of force between two stationary, electrically charged par...

etwa 4 Jahre vor | 4 Downloads |

0.0 / 5
Thumbnail

Mehr laden