Solved


Determine whether a vector is monotonically increasing
Return true if the elements of the input vector increase monotonically (i.e. each element is larger than the previous). Return f...

14 years ago

Solved


Find all elements less than 0 or greater than 10 and replace them with NaN
Given an input vector x, find all elements of x less than 0 or greater than 10 and replace them with NaN. Example: Input ...

14 years ago

Solved


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

14 years ago

Solved


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

14 years ago

Answered
Best method for identifying the color
With all do respect, Walter, I don't believe that the solution I gave will include pinks. Here, let's look at an example of all ...

14 years ago | 0

Answered
how convert fraction into integer?
Looks like you want to round to the nearest 0.001. You can do this with the following: x = 30.6789 % Or whatever your data ...

14 years ago | 0

Answered
problem of memory
You are using your paging files. You have a few options: # Buy more RAM # Break up your operation into many steps # Try to ...

14 years ago | 0

Answered
edit-matrix operation
help bsxfun

14 years ago | 0

| accepted

Answered
matrix and vector
If your vector is V with elements V1-VN and your matrix is M with elements M11-MNN, I presume you want the a matrix containing t...

14 years ago | 0

Answered
find the size of a structured array
length(fieldnames(Data))

14 years ago | 4

| accepted

Answered
How do i threshold blue colors in Simulink?
Perhaps I might suggest something else. I don't believe you want to threshold based an the absolute amount of blue present in a ...

14 years ago | 0

Answered
For calculating area
polyarea A = polyarea(xys(1,:),xys(2,:));

14 years ago | 1

Answered
How to save struct datatype to disk
One other thing to note is that unless you are trying to save it using the most recent .mat file type (v7.3), you are limited to...

14 years ago | 1

| accepted

Submitted


Automatic Map Scale Generation
Intelligently creates and places a scale on a figure based on the lat/lon limits.

14 years ago | 1 download |

5.0 / 5
Thumbnail

Submitted


CATPAD
Concatenation of arbitrarily sized data along any dimension.

14 years ago | 4 downloads |

5.0 / 5

Submitted


Fast Parsing of Line Segments in a BW Mask
Quickly determines the portions of a line/curve that are inside and outside of a binary mask.

14 years ago | 1 download |

5.0 / 5
Thumbnail

Submitted


Shaded Earth Map
Draws a path of the Earth with realistic colors.

14 years ago | 1 download |

0.0 / 5
Thumbnail

Submitted


Correctly proportion a lat/lon plot
Correctly proportions a lat/lon plot based on a spherical Earth assumption

14 years ago | 2 downloads |

5.0 / 5
Thumbnail

Submitted


Plot an Array of Structures
This utility will plot an array of structures.

14 years ago | 1 download |

0.0 / 5
Thumbnail

Submitted


Spherical Earth Elevation Angle
Determines elevation angle based on spherical Earth.

14 years ago | 1 download |

0.0 / 5
Thumbnail

Submitted


Temperature Conversion Toolbox
Convert temperature between Fahrenheit, Celsius, Kelvin, and Rankine

14 years ago | 1 download |

5.0 / 5
Thumbnail

Submitted


Velocity Conversion Toolbox
Convert velocities between mph, m/s,km/h, kts, ft/s

14 years ago | 1 download |

5.0 / 5
Thumbnail

Question


GPUArray ANDs and ORs
First off, I am very satisfied with matlab's ability to leverage the GPU for parellel computing. It makes so many functions and ...

14 years ago | 2 answers | 0

2

answers