Solved


Are all the three given point in the same line?
In this problem the input is the coordinate of the three points in a XY plane? P1(X1,Y1) P2(X2,Y2) P3(X3,Y3) how can...

7 years ago

Solved


What is the distance from point P(x,y) to the line Ax + By + C = 0?
Given a point, P(x,y), find the distance from this point to a linear line. INPUTS: x, y, A, B, C OUTPUTS: d, the distance ...

7 years ago

Solved


Is the Point in a Circle?
Check whether a point or multiple points is/are in a circle centered at point (x0, y0) with radius r. Points = [x, y]; c...

7 years ago

Solved


Covering area
As an extension of the problem <http://www.mathworks.com/matlabcentral/cody/problems/416-polygon-area>, find the area, bounded b...

7 years ago

Solved


Find third Side of a right triangle given hypotenuse and a side. No * - or other functions allowed
Find the remaining side of a triangle given the hypotenuse and a side. However, the normal functions and symbols are not allowe...

7 years ago

Solved


Television Screen Dimensions
Given a width to height ratio of a TV screen given as _w_ and _h_ as well as the diagonal length of the television _l_, return t...

7 years ago

Solved


Right Triangle Side Lengths (Inspired by Project Euler Problem 39)
If _p_ is the perimeter of a right angle triangle with integral length sides, { _a_, _b_, _c_ }, there are exactly three solutio...

7 years ago

Solved


Right and wrong
Given a vector of lengths [a b c], determines whether a triangle with those sides lengths is a right triangle: <http://en.wikipe...

7 years ago

Submitted


Dragon Curve from Paper Folding
Plot of the Heighway Dragon Curve fractal from folding paper halfway N times

7 years ago | 1 download |

0.0 / 5
Thumbnail

Submitted


Feedback-controlled CSTR Process for Fault Simulation
Three-state closed-loop CSTR dynamic model with simulation of incipient faults

7 years ago | 11 downloads |

5.0 / 5
Thumbnail

Submitted


Cascade-controlled CSTR for Fault Simulation
A 4-state CSTR process dynamic simulation under 2 cascade control loops with fault simulation

7 years ago | 11 downloads |

0.0 / 5
Thumbnail

Submitted


Bayesian Polynomial Curve Fitting
An implementation of the example from Bishop, Pattern Recognition and Machine Learning, 2006

8 years ago | 1 download |

5.0 / 5
Thumbnail

Submitted


zeckendorf(N)
zeckendorf(N) using a greedy algorithm with binary exponentiation for computing Fib(n)

8 years ago | 1 download |

5.0 / 5
Thumbnail

Submitted


Animated Laser Bouncing in a 2D Box
A simple code for an animated line using MATLAB's animatedline

8 years ago | 1 download |

2.5 / 5
Thumbnail

Submitted


Visualizations of Kernel Principal Components Analysis
Grayscale visualizations of the kernel space for toy 2D examples trained using KPCA

8 years ago | 1 download |

0.0 / 5
Thumbnail

Submitted


PCA-based Fault Detection for 2D Multivariate Process Data
Fault detection in a simple process using PCA and Kernel Density Estimation

8 years ago | 2 downloads |

5.0 / 5
Thumbnail

Submitted


Linear Steady-state Observability and Redundancy Analysis
Variable classification in a process flow network using QR factorization

8 years ago | 1 download |

5.0 / 5
Thumbnail

Submitted


Non-ideal Ethanol(1)/Water(2) Pxy Diagram
Generate a Pxy Diagram using non-ideal Bubble P calculations for a given T

8 years ago | 1 download |

0.0 / 5
Thumbnail

Submitted


Ford-Fulkerson Algorithm for Max Flow Problem
An Edmonds-Karp implementation to solve the Max-flow Min-cut Problem

8 years ago | 1 download |

0.0 / 5
Thumbnail