Inviato


JOS_SVD(G)
This program computes the SVD of a matrix using Jacobi method

quasi 7 anni fa | 3 download |

Inviato


Kelvins functions
functions compute kelvink (Ker and Kei) and kelvinb(ber and bei)

quasi 7 anni fa | 2 download |

Thumbnail

Risolto


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

circa 7 anni fa

Risolto


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

circa 7 anni fa

Inviato


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

circa 7 anni fa | 4 download |

Thumbnail

Risolto


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

circa 7 anni fa

Inviato


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

circa 7 anni fa | 1 download |

Thumbnail

Inviato


Bairstow(a)
Computes roots of polynomial

circa 7 anni fa | 1 download |

Thumbnail

Inviato


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

circa 7 anni fa | 1 download |

Thumbnail

Domanda


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

circa 7 anni fa | 1 risposta | 0

1

risposta

Inviato


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

oltre 7 anni fa | 4 download |

Thumbnail

Risposto
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)

quasi 8 anni fa | 18

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

quasi 8 anni fa | 0

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

quasi 8 anni fa | 0

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

quasi 8 anni fa | 0

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

quasi 8 anni fa | 1

Inviato


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

quasi 8 anni fa | 3 download |

Risposto
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;

oltre 8 anni fa | 0

Inviato


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

quasi 9 anni fa | 4 download |

Thumbnail

Inviato


Darcy–Weisbach friction factor
Darcy–Weisbach friction factor

quasi 9 anni fa | 8 download |

Inviato


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

circa 9 anni fa | 1 download |

Thumbnail

Inviato


myanalogueclock
Analogue clock

oltre 9 anni fa | 1 download |