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

oltre 2 anni fa | 1

| accettato

Inviato


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

oltre 2 anni fa | 14 download |

Thumbnail

Inviato


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

oltre 2 anni fa | 3 download |

Thumbnail

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

oltre 2 anni fa | 0

Inviato


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

oltre 2 anni fa | 2 download |

Thumbnail

Inviato


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

oltre 2 anni fa | 4 download |

Thumbnail

Domanda


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

quasi 3 anni fa | 1 risposta | 0

1

risposta

Inviato


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

quasi 3 anni fa | 2 download |

Thumbnail

Inviato


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

quasi 3 anni fa | 3 download |

Thumbnail

Inviato


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

quasi 3 anni fa | 1 download |

Thumbnail

Inviato


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

quasi 3 anni fa | 4 download |

Thumbnail

Inviato


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

quasi 3 anni fa | 2 download |

Thumbnail

Inviato


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

quasi 3 anni fa | 6 download |

Thumbnail

Inviato


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

quasi 3 anni fa | 1 download |

Thumbnail

Inviato


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

quasi 3 anni fa | 4 download |

Thumbnail

Risolto


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

quasi 3 anni fa

Risolto


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

quasi 3 anni fa

Risolto


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

quasi 3 anni fa

Inviato


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

quasi 3 anni fa | 11 download |

Thumbnail

Inviato


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

quasi 3 anni fa | 1 download |

Thumbnail

Inviato


Rotating Phasors
This live scripts plots two rotating phasor.

quasi 3 anni fa | 5 download |

Thumbnail

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

quasi 3 anni fa | 0

| accettato

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

quasi 3 anni fa | 0

2

risposte

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

quasi 3 anni fa | 0

Inviato


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

quasi 3 anni fa | 17 download |

Thumbnail

Inviato


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

quasi 3 anni fa | 11 download |

Thumbnail

Inviato


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

quasi 3 anni fa | 1 download |