已回答
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...

2 years 前 | 1

| 已接受

已提交


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

2 years 前 | 10 次下载 |

Thumbnail

已提交


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

2 years 前 | 3 次下载 |

Thumbnail

已回答
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...

2 years 前 | 0

已提交


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

2 years 前 | 3 次下载 |

Thumbnail

已提交


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

2 years 前 | 5 次下载 |

Thumbnail

提问


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

2 years 前 | 1 个回答 | 0

1

个回答

已提交


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

2 years 前 | 2 次下载 |

Thumbnail

已提交


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

2 years 前 | 3 次下载 |

Thumbnail

已提交


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

2 years 前 | 1 次下载 |

Thumbnail

已提交


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

2 years 前 | 4 次下载 |

Thumbnail

已提交


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

2 years 前 | 2 次下载 |

Thumbnail

已提交


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

2 years 前 | 8 次下载 |

Thumbnail

已提交


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

2 years 前 | 1 次下载 |

Thumbnail

已提交


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

2 years 前 | 6 次下载 |

Thumbnail

已解决


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

2 years 前

已解决


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

2 years 前

已解决


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

2 years 前

已提交


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

2 years 前 | 11 次下载 |

Thumbnail

已提交


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

3 years 前 | 1 次下载 |

Thumbnail

已提交


Rotating Phasors
This live scripts plots two rotating phasor.

3 years 前 | 7 次下载 |

Thumbnail

已回答
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.

3 years 前 | 0

| 已接受

已回答
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.

3 years 前 | 0

2

个回答

已回答
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 ...

3 years 前 | 0

已提交


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

3 years 前 | 1 次下载 |

Thumbnail

已提交


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

3 years 前 | 7 次下载 |

Thumbnail

已提交


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

3 years 前 | 4 次下载 |