A résolu


Find the "ordinary" or Euclidean distance between A and Z
A, B and Z define three points in the 3D _Euclidean_ space of the form: A = [x1;y1;0]; B = [x2;y2;0]; Z = [x2;y2;z]; Find th...

environ 12 ans il y a

A résolu


Column Removal
Remove the nth column from input matrix A and return the resulting matrix in output B. So if A = [1 2 3; 4 5 6]; and ...

environ 12 ans il y a

A résolu


Determine if input is odd
Given the input n, return true if n is odd or false if n is even.

environ 12 ans il y a

A résolu


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

environ 12 ans il y a

A résolu


Project Euler: Problem 10, Sum of Primes
The sum of the primes below 10 is 2 + 3 + 5 + 7 = 17. Find the sum of all the primes below the input, N. Thank you <http:/...

environ 12 ans il y a

A soumis


Convert Degrees, Minutes, Seconds to decimal
convdegminssecs.m converts Degrees, Minutes, Seconds to a decimal value

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

A soumis


Plot Wind Direction versus Wind Speed
This function can plot polar data onto a compass plot. plotWinDirVel calls another small function

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

A soumis


Hypergeometric Probability Density Function (HPDF) - enhanced version
Returns hyper. probability that X = x in sample n. It can now return a cumulative hpdf vector.

plus de 12 ans il y a | 1 téléchargement |

A soumis


Hypergeometric probability density (HPDF) function
Can return the individual and cumulative HPDF. Does not need the Statistics Toolbox.

plus de 12 ans il y a | 1 téléchargement |

A soumis


BINOMIALPDF : Binomial Probability Density function
BINOMIALPDF Returns the probability that X = k in sample n.

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

A soumis


Find and return Binomial Coefficients (BCs) in a matrix up to N.
This function can return N choose K (K <= N) as well as a BC matrix up to N choose N.

plus de 12 ans il y a | 1 téléchargement |

A soumis


Compute the total resistance of n resistors in parallel - new minor version
The Rparallel31 m-file function computes the total resistance of n resistors in parallel.

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

A soumis


Combinations, n choose k
This function finds the combinations of n choose k.

plus de 12 ans il y a | 1 téléchargement |

A soumis


Save your plots or figures to JPEG
Having issues viewing MATLAB figures or saving them? Then use this JPEG generating function.

plus de 12 ans il y a | 1 téléchargement |

Thumbnail

A soumis


Convolve/ Deconvolve Gaussian impulse response and unit impulse vectors
This function demonstrates how to convolve and deconvolve data as well as plots it and returns it.

plus de 12 ans il y a | 1 téléchargement |

Thumbnail

A soumis


Plot a surface through X-Y-Z data in 3D
Plots X-Y-Z data in 3D using the SURF command. Does not need the Curve Fitting Toolbox.

environ 13 ans il y a | 1 téléchargement |

A soumis


Pass task-parallel jobs with multiple tasks to a scheduler.
This script creates 2 jobs, each with 2 parallel tasks, to pass to a local or remote scheduler.

presque 14 ans il y a | 2 téléchargements |

A soumis


Solves a linear system of simultaneous equations
Solves a linear system of simultaneous equations of n unknowns in n equations

environ 14 ans il y a | 1 téléchargement |

A soumis


Solving non-linear and linear simultaneous equations with fsolve
solvesimul.m solves non-linear and linear simultaneous equations.

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

A soumis


Custom solution for 3 non-linear simultaneous equations
Solves one type of non-linear system of 3 simultaneous equations in 3 unknowns.

plus de 14 ans il y a | 1 téléchargement |

A soumis


Solves a custom set of linear simultaneous equations
This solution is for a student (Yvonne)

plus de 14 ans il y a | 1 téléchargement |

A soumis


Perfect Number Generator
Finds even perfect numbers [ppN(:,3)] for each relevant prime <= P.

plus de 14 ans il y a | 1 téléchargement |

A soumis


Compute the total resistance of n resistors in parallel.
The Rparallel3 m-file function computes the total resistance of n resistors in parallel.

plus de 14 ans il y a | 1 téléchargement |

A soumis


Solving non-linear (and linear) simultaneous equations with 'solve' - version 2
symsolvesimulv2.m solves non-linear and linear (or a mix of) simultaneous equations.

plus de 14 ans il y a | 1 téléchargement |

A soumis


Solving non-linear (and linear) simultaneous equations with 'solve'
symsolvesimul.m solves non-linear and linear (or a mix of) simultaneous equations.

plus de 14 ans il y a | 1 téléchargement |