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

mer än 2 år ago | 1

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

mer än 2 år ago | 13 downloads |

Thumbnail

Submitted


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

mer än 2 år ago | 3 downloads |

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

mer än 2 å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 ...

mer än 2 år ago | 2 downloads |

Thumbnail

Submitted


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

mer än 2 år ago | 4 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 ...

mer än 2 år ago | 1 answer | 0

1

answer

Submitted


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

nästan 3 år ago | 2 downloads |

Thumbnail

Submitted


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

nästan 3 år ago | 3 downloads |

Thumbnail

Submitted


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

nästan 3 år ago | 1 download |

Thumbnail

Submitted


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

nästan 3 år ago | 4 downloads |

Thumbnail

Submitted


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

nästan 3 år ago | 2 downloads |

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

nästan 3 år ago | 6 downloads |

Thumbnail

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

nästan 3 år ago | 1 download |

Thumbnail

Submitted


Thevenins Theorem App
This app is used to verify Thevenin's Theorem

nästan 3 år ago | 4 downloads |

Thumbnail

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

nästan 3 år ago

Solved


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

nästan 3 år ago

Solved


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

nästan 3 år ago

Submitted


Symmetrical Components
This app convert and plot unbalanced phasors and its symetrical compnents.

nästan 3 år ago | 12 downloads |

Thumbnail

Submitted


Superposition Theorem app with hypertexted windows
App created by Nitin Phadkule and Kawita Thakur. This app is aimed to verify and explain the concept behind Superposition theore...

nästan 3 år ago | 1 download |

Thumbnail

Submitted


Rotating Phasors
This live scripts plots two rotating phasor.

nästan 3 år ago | 5 downloads |

Thumbnail

Answered
when I ran a MATLAB app I created I get Warning: Marker input is ignored in command prompt. What this means
Thanks for the reply, i got the reson of error but i want markers to be shown below. Please suggest how to supress warning.

nästan 3 år ago | 0

| accepted

Answered
How do I create a single instance of MATLAB app (.mlapp file)?
In design View of App designer you can select(enable) Single Running Instance Option in code options.

nästan 3 år ago | 0

2

answers

Answered
Symmetrical Components in matlab
The function sc2abc is not a matlab function. unless you add that function, you will not get answer. The function sc2abc may be ...

nästan 3 år ago | 0

Submitted


House Wiring
This app help user to understand how house wiring is Done.

nästan 3 år ago | 17 downloads |

Thumbnail

Submitted


RLC Series Resonance
Here we will study resonant condition for series AC circuit.

nästan 3 år ago | 12 downloads |

Thumbnail

Submitted


Maximum Power Transfer Theorem for DC Circuit
You can verify MPTT theorem and plot power verses load resistance plot

nästan 3 år ago | 4 downloads |