已解决


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

6 years 前

已解决


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

6 years 前

已提交


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

6 years 前 | 7 次下载 |

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

6 years 前

已提交


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

6 years 前 | 1 次下载 |

Thumbnail

已提交


Bairstow(a)
Computes roots of polynomial

6 years 前 | 2 次下载 |

Thumbnail

已提交


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

6 years 前 | 1 次下载 |

Thumbnail

提问


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

6 years 前 | 1 个回答 | 0

1

个回答

已提交


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

6 years 前 | 3 次下载 |

Thumbnail

已提交


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

7 years 前 | 1 次下载 |

Thumbnail

已回答
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)

7 years 前 | 18

已回答
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 ...

7 years 前 | 0

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

7 years 前 | 0

已回答
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...

7 years 前 | 0

已回答
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...

7 years 前 | 1

已提交


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

7 years 前 | 10 次下载 |

已回答
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;

8 years 前 | 0

已提交


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

8 years 前 | 14 次下载 |

Thumbnail

已提交


Darcy–Weisbach friction factor
Darcy–Weisbach friction factor

8 years 前 | 5 次下载 |

已提交


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

8 years 前 | 1 次下载 |

Thumbnail

已提交


myanalogueclock
Analogue clock

9 years 前 | 1 次下载 |