A résolu


Find max
Find the maximum value of a given vector or matrix.

plus de 2 ans il y a

A résolu


Get the length of a given vector
Given a vector x, the output y should equal the length of x.

plus de 2 ans il y a

A résolu


Inner product of two vectors
Find the inner product of two vectors.

plus de 2 ans il y a

A résolu


Arrange Vector in descending order
If x=[0,3,4,2,1] then y=[4,3,2,1,0]

plus de 2 ans il y a

A résolu


Select every other element of a vector
Write a function which returns every other element of the vector passed in. That is, it returns the all odd-numbered elements, s...

plus de 2 ans il y a

A soumis


LinearRegression
This app generates synthetic data and fits a linear regression model

plus de 2 ans il y a | 47 téléchargements |

0.0 / 5
Thumbnail

A soumis


Odd Even Signal
This app decomposes given signal in to odd and even signal.

environ 3 ans il y a | 30 téléchargements |

0.0 / 5
Thumbnail

Réponse apportée
Causal Signal and Non-causal Signal
% Define the signal values for both positive and negative time indices n_negative = -5; % Number of negative time indices...

environ 3 ans il y a | 0

A soumis


BISECTION APP
This app explains how bisection method converges to find root of given function.

plus de 3 ans il y a | 65 téléchargements |

0.0 / 5
Thumbnail

A soumis


Parallel AC Circuit
This app is usefull for understanding the AC parallel Circuit concepts

presque 4 ans il y a | 74 téléchargements |

0.0 / 5
Thumbnail

Question


getting error in pde
Error using pde.ElectromagneticModel/geometricConsistencyCheck (line 184) Geometry must be 2-D. Error in pde.EquationModel/s...

presque 5 ans il y a | 1 réponse | 0

0

réponse

Réponse apportée
how to use dot convention of transformer in simulink
For dot conventions of transformer you may find my following submission usefull https://in.mathworks.com/matlabcentral/fileexch...

presque 5 ans il y a | 0

A soumis


Dot Conventions
Although mutual inductance M is always a positive quantity, the induced voltage due to mutual inductance may be negative or posi...

presque 5 ans il y a | 182 téléchargements |

0.0 / 5
Thumbnail

A soumis


Coordinate System App
The app shows all three coordinate systems at glance with respective unit vectors

presque 5 ans il y a | 115 téléchargements |

0.0 / 5
Thumbnail

A soumis


Cylindrical Coordinate System
This app helps to understand and visualise three dimensional cylindrical coordinate system.

environ 5 ans il y a | 217 téléchargements |

0.0 / 5
Thumbnail

A résolu


The Piggy Bank Problem
Given a cylindrical piggy bank with radius g and height y, return the bank's volume. [ g is first input argument.] Bonus though...

environ 5 ans il y a

A soumis


Vector Algebra App
Arithmetic operations such as addition, subtraction, multiplication (such as dot product and cross product).on vectors are expla...

environ 5 ans il y a | 184 téléchargements |

0.0 / 5
Thumbnail

A soumis


Superposition Theorem with Current Sources
This app helps you to understand and verify the Superposition theorem for a circuit having two Current sources and 3 resistances...

environ 5 ans il y a | 184 téléchargements |

5.0 / 5
Thumbnail

Réponse apportée
Mesh plot of data over a parallelogram grid
% just sharing if any one needed for 3d points % filling parallogram between two position vectors, % can also an be used to ...

environ 5 ans il y a | 0

Réponse apportée
How can I plot a 3D plane knowing its center point coordinates and its Normal
% ax+by+cz+d plane % 3x+2y+6z+2 plane y =linspace(-4,4,51); a=3;b=2;c=6;d=2; x...

environ 5 ans il y a | 0

A soumis


Coulombs Law
Coulomb's law, or Coulomb's inverse-square law, quantifies the amount of force between two stationary, electrically charged par...

environ 5 ans il y a | 295 téléchargements |

0.0 / 5
Thumbnail

A soumis


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

environ 5 ans il y a | 215 téléchargements |

0.0 / 5
Thumbnail

Réponse apportée
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')

environ 5 ans il y a | 0

Réponse apportée
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...

environ 5 ans il y a | 1

| A accepté

A soumis


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

environ 5 ans il y a | 773 téléchargements |

0.0 / 5
Thumbnail

A soumis


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

environ 5 ans il y a | 175 téléchargements |

5.0 / 5
Thumbnail

Réponse apportée
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...

environ 5 ans il y a | 0

A soumis


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

environ 5 ans il y a | 58 téléchargements |

0.0 / 5
Thumbnail

A soumis


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

environ 5 ans il y a | 177 téléchargements |

0.0 / 5
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 ...

environ 5 ans il y a | 1 réponse | 0

1

réponse

Charger plus