Resuelto


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

más de 6 años hace

Resuelto


How to subtract?
*&plusmn &plusmn &plusmn &plusmn &plusmn &plusmn &plusmn &plusmn &plusmn &plusmn &plusmn* * Imagine you need to subtract one...

más de 6 años hace

Enviada


RK45(dydt, trange, yinit, tol)
RK45 is like matlab's ode45. its can be used on octave as it comes without ode solver.

más de 6 años hace | 3 descargas |

Thumbnail

Resuelto


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

más de 6 años hace

Enviada


cypherroots(a)
This algorithm computes roots of polynomials using newton raphson method

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

Thumbnail

Enviada


Bairstow(a)
Computes roots of polynomial

más de 6 años hace | 2 descargas |

Thumbnail

Enviada


HowarthsTransformation(varargin)
HowarthsTransformation.m file solves HowarthsTransformation of boundary layer problem .

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

Thumbnail

Pregunta


how to create classes in matlab
How to create classes of special data type, overload operators for them and use them in further calculations

más de 6 años hace | 1 respuesta | 0

1

respuesta

Enviada


LinProg(f, AInEq, bInEq, AEq, bEq, debug)
Solves Linear Programming poblem

casi 7 años hace | 3 descargas |

Thumbnail

Enviada


boundarylayerblasius
This is a small m file intended to solve students how to solve boundary layer problem with matlab

alrededor de 7 años hace | 3 descargas |

Thumbnail

Respondida
Is there any concept like dictionary or hash tables in matlab like in Python?
Yes. c = containers.Map c('foo') = 1 c(' not a var name ') = 2 keys(c) values(c)

alrededor de 7 años hace | 18

Respondida
How to solve a second order linear differential equation with a heaviside function
Since its a second order differential equation, there is no need for y''(0) and since you want to solve numerically, you can ...

más de 7 años hace | 0

Respondida
why my iteration prog doesn't work ?
increase your number of iteration, you will meet the tolerance target

más de 7 años hace | 0

Respondida
How to find input data that best matches given output data
I guess this is what you wanted fs/2 = 5e11 length(x) = 958576 freq = transpose([10.7 11.213 11.725 12...

más de 7 años hace | 0

Respondida
How to write and solve system of differential equations?
This is a pde. To solve this problem, I suggest you use method of lines. Discretize the equation in space. let the solution at e...

más de 7 años hace | 1

Enviada


Numerical Laplace Transform
Often times, we are faced with the need to compute the laplace ransfrom of complex function.

más de 7 años hace | 9 descargas |

Respondida
Remove the discontinuity from tan(x) where odd multiples of pi/2
x=linspace(-2*pi,2*pi,200); f=tan(x); f(abs(diff([0 f])) > 15) = NaN;

alrededor de 8 años hace | 0

Enviada


Flash Calculations
This file helps you to compute the split in vapour and mole fractions in vapour and liquid

más de 8 años hace | 4 descargas |

Thumbnail

Enviada


Darcy–Weisbach friction factor
Darcy–Weisbach friction factor

más de 8 años hace | 7 descargas |

Enviada


Rotate function
The function Rotatefxn3D is a numerical analogy of the Maple rotating function Rotate

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

Thumbnail

Enviada


myanalogueclock
Analogue clock

casi 9 años hace | 1 descarga |