제출됨


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

대략 3년 전 | 다운로드 수: 4 |

Thumbnail

답변 있음
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')

3년 초과 전 | 0

답변 있음
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...

3년 초과 전 | 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...

3년 초과 전 | 다운로드 수: 15 |

Thumbnail

제출됨


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

3년 초과 전 | 다운로드 수: 1 |

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

3년 초과 전 | 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 ...

3년 초과 전 | 다운로드 수: 2 |

Thumbnail

제출됨


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

3년 초과 전 | 다운로드 수: 2 |

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

3년 초과 전 | 답변 수: 1 | 0

1

답변

제출됨


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

3년 초과 전 | 다운로드 수: 1 |

Thumbnail

제출됨


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

3년 초과 전 | 다운로드 수: 4 |

Thumbnail

제출됨


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

3년 초과 전 | 다운로드 수: 1 |

Thumbnail

제출됨


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

3년 초과 전 | 다운로드 수: 5 |

Thumbnail

제출됨


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

3년 초과 전 | 다운로드 수: 1 |

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

3년 초과 전 | 다운로드 수: 4 |

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

3년 초과 전 | 다운로드 수: 2 |

Thumbnail

제출됨


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

3년 초과 전 | 다운로드 수: 5 |

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

3년 초과 전

문제를 풀었습니다


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

3년 초과 전

문제를 풀었습니다


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

3년 초과 전

제출됨


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

3년 초과 전 | 다운로드 수: 6 |

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년 초과 전 | 다운로드 수: 4 |

Thumbnail

제출됨


Rotating Phasors
This live scripts plots two rotating phasor.

3년 초과 전 | 다운로드 수: 6 |

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년 초과 전 | 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년 초과 전 | 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년 초과 전 | 0

제출됨


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

3년 초과 전 | 다운로드 수: 1 |

Thumbnail

제출됨


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

3년 초과 전 | 다운로드 수: 15 |

Thumbnail

제출됨


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

3년 초과 전 | 다운로드 수: 2 |