![]() updated 1 day ago |
Variable Precision Integer Arithmetic Arithmetic with integers of fully arbitrary size. Arrays and vectors of vpi numbers are supported. |
111 Comments 108 Downloads (30 Days) |
![]() updated 1 month ago |
Insert commas into numbers. |
1 Comment 1 Download (30 Days) |
![]() updated 10 months ago |
Surrogate Model Optimization Toolbox Surrogate model optimization algorithm for computationally expensive global optimization problems BumpinessMinSampling(Data, maxeval, Surrogate, lambda, ga... CandValue=PredictFunctionValues(Data,Surrogate,CandPoint,... CandidatePointSampling(Data,maxeval,Surrogate,lambda,gamm... |
3 Comments 47 Downloads (30 Days) |
![]() updated 1 year ago |
Recursive Integer Guessing Game A recursive algorithm that queries an objective function to guess an unknown integer. |
1 Comment 1 Download (30 Days) |
![]() updated almost 2 years ago |
This program finds prime numbers manually matlab already has a function to do this but i wanted to see if i could code it manually |
0 Comments 1 Download (30 Days) |
![]() updated 2 years ago |
Given any integer array n, compute an array with the nth fibonacci numbers. |
1 Comment 2 Downloads (30 Days) |
![]() updated 3 years ago |
WWW.RANDOM.ORG random integers/sequences/strings Get true random integers, sequences or strings |
0 Comments 1 Download (30 Days) |
![]() updated 3 years ago |
A simple function that produce unique random Integer List |
5 Comments 3 Downloads (30 Days) |
![]() updated 3 years ago |
space125: Almost equally spaced points in logarithmic space Generate points ..., 1, 2, 5, 10, 20, ... often useful for log-plots when integer values needed. |
0 Comments 2 Downloads (30 Days) |
![]() updated almost 4 years ago |
num2vpi - Converts input exactly into vpi Converts double inputs larger than 2^53-1, or char inputs with exponents, exactly into vpi. |
1 Comment 3 Downloads (30 Days) |
![]() updated almost 4 years ago |
Linear Mixed Integer Program Solver Solve linear mixed integer problems with a branch and bound method. |
5 Comments 34 Downloads (30 Days) |
![]() updated almost 4 years ago |
isodd: a pedestrian parity checker ISODD returns TRUE for integers of any numeric MATLAB class that are not evenly divisible by 2 |
4 Comments 0 Downloads (30 Days) |
![]() updated almost 5 years ago |
Finds flaoting point numbers in a string including: complex, real, integers, and currency (dollars). [nums, matches]=find_nums(str, flag1, decimal_point, comp... |
0 Comments 3 Downloads (30 Days) |
![]() updated 5 years ago |
List all partitions of an integer |
9 Comments 22 Downloads (30 Days) |
![]() updated 5 years ago |
Integer computation extended beyond 32-bit compute integer arithmatic beyond 32-bit, Matlab's limit |
0 Comments 0 Downloads (30 Days) |
![]() updated 5 years ago |
Same as int2str but with zero padding to the left. |
4 Comments 5 Downloads (30 Days) |
![]() updated 5 years ago |
This program quickly outputs n random integers in the specified range from a to b. [ndraw, count, count2, error]=rand_int(a, b, n, sorted, n... |
6 Comments 15 Downloads (30 Days) |
![]() updated 5 years ago |
virtual 2D slider for GUI integer or float, NaN below minX, minY |
6 Comments 0 Downloads (30 Days) |
![]() updated 5 years ago |
List all integer factors of a number |
4 Comments 7 Downloads (30 Days) |
![]() updated 5 years ago |
Exact bit copy of variable into signed int__ or unsigned uint__ of same element size |
0 Comments 1 Download (30 Days) |
![]() updated almost 6 years ago |
write string and integer values to Windows Registry |
4 Comments 3 Downloads (30 Days) |
![]() updated 6 years ago |
Integer order radial-2D Gaussian function. Generates a 'radial' Gaussian function in 2D of any positive integer order. |
0 Comments 1 Download (30 Days) |
![]() updated 6 years ago |
Find base-b expansion of an integer (Cf. DEC2BASE) |
0 Comments 1 Download (30 Days) |
![]() updated 6 years ago |
Compute the two's complement value of an unsigned integer |
4 Comments 14 Downloads (30 Days) |
![]() updated 6 years ago |
True for integers(whole numbers). |
6 Comments 5 Downloads (30 Days) |
![]() updated 6 years ago |
Rounds an array up to N digits from the left. |
1 Comment 0 Downloads (30 Days) |
![]() updated 7 years ago |
Multidimensional interpolation with integer inputs Multidimensional interpolation supporting integer inputs without converting to double |
0 Comments 7 Downloads (30 Days) |
![]() updated 7 years ago |
Selects random integers between and inclusive of specified lower and upper limits. |
4 Comments 1 Download (30 Days) |
![]() updated 7 years ago |
Morphological Character Recognition INTREC Performs morphological character recognition |
11 Comments 28 Downloads (30 Days) |
![]() updated 8 years ago |
Create counters that keep their values even if your functions are interrupted for some reason. |
0 Comments 0 Downloads (30 Days) |
![]() updated almost 9 years ago |
ISPR - Use Java to determine arbitrarily large probable primes Use a Java to rapidly determine whether an arbitrarily large positive integer is a prime |
2 Comments 1 Download (30 Days) |
![]() updated 9 years ago |
MYRANDINT -- Random Integer Generation Random integers drawn uniformly from a specified set. |
10 Comments 4 Downloads (30 Days) |
![]() updated 9 years ago |
Given a nonnegative integer n, compute a table of the unrestricted partition function p(m) for m<=n. |
1 Comment 5 Downloads (30 Days) |
![]() updated 9 years ago |
Given an integer n, return the nth Fibonacci number. |
2 Comments 13 Downloads (30 Days) |