Resuelto


Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...

alrededor de 4 años hace

Respondida
how to write a user defined function that calculates the maximum or minimum of a quadratic equation of the form
Try this: --------------------- f = @(x) x^2-5*x+6; initial = 0; fminsearch(f,initial) --------------------- To find a max...

más de 4 años hace | 0

Respondida
Why power function give a complex number result?
The "problem" appears when you raise the base (-x / x50) to power n. In IEEE floating-point computations: a ^ n = exp(n * log(...

más de 4 años hace | 0

Respondida
Haw can I calculate the difference between two points in a plot?
Try this: --------------------------------------- plot(...) [x,y] = ginput(2); % clic on each point dx = diff(x) dy = diff(...

más de 4 años hace | 0

| aceptada

Respondida
Adding semicolon and comma and saving it into .txt file
Try this low-level code: ----------------------------------------- x = randi(9,[1,2*6001]); % ACTUAL DATA fileID = fopen('da...

más de 4 años hace | 0

| aceptada

Enviada


epanet_map
Draws an EPANET network in a new MATLAB figure using geographic axes and satellite maps.

más de 4 años hace | 1 descarga |

Thumbnail

Enviada


Hurwitz Matrix
Computes the Hurwitz matrix for a given polynomial. The principal minors are also computed.

casi 5 años hace | 9 descargas |

Thumbnail

Enviada


Steady State
Steady-state (final) response of linear dynamic systems under constant input.

más de 5 años hace | 1 descarga |

Thumbnail

Enviada


Trapezoidal
Simulation of linear dynamic systems using trapezoidal integration method with constant time step.

más de 5 años hace | 1 descarga |

Thumbnail

Enviada


Jacobians
Linear approximation matrices of a non-linear dynamic model.

más de 5 años hace | 1 descarga |

Thumbnail

Enviada


Equilibrium Point
Equilibrium point of a non-linear dynamic system.

más de 5 años hace | 1 descarga |

Thumbnail

Enviada


Friction and Roughness
Calculate the Darcy-Weisbach friction factor and estimate the relative roughness coefficient of a pipeline.

más de 5 años hace | 1 descarga |

Thumbnail