DS
Followers: 0 Following: 0
Statistik
RANG
N/A
of 295.527
REPUTATION
N/A
BEITRÄGE
0 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
0.00%
ERHALTENE STIMMEN
0
RANG
921 of 20.242
REPUTATION
2.018
DURCHSCHNITTLICHE BEWERTUNG
4.40
BEITRÄGE
16 Dateien
DOWNLOADS
27
ALL TIME DOWNLOADS
19619
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Gesendet
Generate uniform pseudo-random integers from linear range.
RAND_INT(R,N) returns an n-by-n matrix containing pseudo-random integer values from range R.
fast 11 Jahre vor | 2 Downloads |
Gesendet
Reverse concatenation: separate a data array along a specified dimension.
INVERSE_CAT splits a given data array into sub-arrays along the specified dimension.
mehr als 12 Jahre vor | 1 Download |
Gesendet
Convert decimal integer to arbitrary base.
DECIMAL_CONVERT generates a vector of coefficients representing a base 10 integer in a chosen base.
mehr als 12 Jahre vor | 6 Downloads |
Gesendet
Pad an image subregion, restoring it's original spatial context.
REFRAME(I,R,B) applies PADARRAY to subregion, R, returning an image with the dimensions of image, I.
mehr als 12 Jahre vor | 1 Download |
Gesendet
Generate a subdirectory listing from a path string.
PATH_PARTS returns a listing of strings representing subdirectories parsed from a path string.
mehr als 12 Jahre vor | 1 Download |
Gesendet
Read numbers from a string.
The function PARSE_NUMBERS applies SSCANF to read numbers from delimited string.
mehr als 12 Jahre vor | 1 Download |
Gesendet
Generate a vector of Cartesian integer coordinates for a 1, 2, or 3D region.
ENUM_COORDS generates a listing of the coordinates for a specified Cartesian space.
mehr als 12 Jahre vor | 1 Download |
Gesendet
Convert an A1-style spreadsheet column label to a number.
ABC2NUM translates an A1-style (absolute) column label reference to a number; NUM2ABC does inverse.
mehr als 12 Jahre vor | 1 Download |
Gesendet
Normalize 1 or 2D data to a linear range.
Function that transforms 1 or 2D data to match a specified linear dynamic range.
mehr als 12 Jahre vor | 1 Download |
Gelöst
Select every other element of a vector
Write a function which returns every other element of the vector passed in. That is, it returns the all odd-numbered elements, s...
fast 13 Jahre vor
Gelöst
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:...
fast 13 Jahre vor
Gesendet
color_line
Plot a vector with colors defined by intensity values and a colormap.
fast 15 Jahre vor | 2 Downloads |
Gesendet
vfield_color
Plot a 2-D vector field, where color is defined by a colormap and indicates vector magnitude.
mehr als 15 Jahre vor | 2 Downloads |
Gesendet
readMM_2D
Read 2-D matrix saved with Mathematica 'Put' command.
fast 16 Jahre vor | 1 Download |
Gesendet
Patchwork
GUI wrapper for IMAGEPATCH function to create composite images and HTML image maps.
etwa 16 Jahre vor | 1 Download |
Gesendet
imagepatch
Paste one image over another with an offset, expanding first image as necessary.
mehr als 17 Jahre vor | 2 Downloads |
Gesendet
Modified Rosin-Rammler Distribution
Functions for manipulating or fitting data with the modified Rosin-Rammler distribution.
mehr als 17 Jahre vor | 3 Downloads |