Gesendet


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

fast 3 Jahre vor | 1 Download |

Thumbnail

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

etwa 3 Jahre vor | 0

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

etwa 3 Jahre vor | 1

| akzeptiert

Gesendet


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

etwa 3 Jahre vor | 9 Downloads |

Thumbnail

Gesendet


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

etwa 3 Jahre vor | 5 Downloads |

Thumbnail

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

etwa 3 Jahre vor | 0

Gesendet


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

etwa 3 Jahre vor | 3 Downloads |

Thumbnail

Gesendet


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

etwa 3 Jahre vor | 4 Downloads |

Thumbnail

Frage


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

etwa 3 Jahre vor | 1 Antwort | 0

1

Antwort

Gesendet


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

etwa 3 Jahre vor | 4 Downloads |

Thumbnail

Gesendet


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

etwa 3 Jahre vor | 4 Downloads |

Thumbnail

Gesendet


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

etwa 3 Jahre vor | 1 Download |

Thumbnail

Gesendet


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

etwa 3 Jahre vor | 1 Download |

Thumbnail

Gesendet


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

etwa 3 Jahre vor | 2 Downloads |

Thumbnail

Gesendet


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

etwa 3 Jahre vor | 2 Downloads |

Thumbnail

Gesendet


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

etwa 3 Jahre vor | 1 Download |

Thumbnail

Gesendet


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

etwa 3 Jahre vor | 5 Downloads |

Thumbnail

Gelöst


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

etwa 3 Jahre vor

Gelöst


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

etwa 3 Jahre vor

Gelöst


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

etwa 3 Jahre vor

Gesendet


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

etwa 3 Jahre vor | 6 Downloads |

Thumbnail

Gesendet


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

etwa 3 Jahre vor | 2 Downloads |

Thumbnail

Gesendet


Rotating Phasors
This live scripts plots two rotating phasor.

etwa 3 Jahre vor | 3 Downloads |

Thumbnail

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

etwa 3 Jahre vor | 0

| akzeptiert

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

etwa 3 Jahre vor | 0

2

Antworten

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

etwa 3 Jahre vor | 0

Gesendet


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

etwa 3 Jahre vor | 2 Downloads |

Thumbnail

Gesendet


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

mehr als 3 Jahre vor | 6 Downloads |

Thumbnail

Gesendet


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

mehr als 3 Jahre vor | 2 Downloads |