Statistics
RANK
23 400
of 300 364
REPUTATION
2
CONTRIBUTIONS
1 Question
0 Answers
ANSWER ACCEPTANCE
100.0%
VOTES RECEIVED
2
RANK
1 853 of 20 934
REPUTATION
998
AVERAGE RATING
4.80
CONTRIBUTIONS
9 Files
DOWNLOADS
24
ALL TIME DOWNLOADS
9163
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
Can I run multiple instances (say, 2) of matlab independently on the same computer, all using parfor and (ideally) different cores?
I have many cores (say 20), but some scripts only require a fraction (say 6). Does it make sense to run multiple scripts in diff...
mer än 4 år ago | 2 answers | 2
2
answersSubmitted
Sparse Grid Interpolation
Employs Smolyak styled grids for sparse interpolation which helps with the curse of dimensionality.
mer än 8 år ago | 3 downloads |
Submitted
KernelCondDensity
Multidimensional kernel density estimation with optimal and asymptotically optimal bandwidth choices
nästan 10 år ago | 1 download |
Submitted
piecewise cubic spline interpolation
Obtains a piecewise cubic spline from a function, and a function to obtain derivatives is included.
nästan 10 år ago | 3 downloads |
Submitted
Nonlinear Threshold Tests
Implements a Wald-like test for a nonlinear threshold model.
nästan 10 år ago | 2 downloads |
Submitted
Levenberg-Marquardt toolbox
Levenberg-Marquardt algorithm with Broyden updates, box constraints and argument passing.
ungefär 10 år ago | 3 downloads |
Submitted
Monte-Carlo integration
MC integration of n-dimensional integral with stratified and antithetic sampling
ungefär 10 år ago | 6 downloads |
Submitted
Contractions - algorithm and example for nested fixed points
Contractions applies the iterative scheme to a fixed-point problem. Plus, there are some examples.
ungefär 10 år ago | 2 downloads |
Submitted
Jacobian toolbox
Includes three routines that yield Jacobian estimates.
ungefär 10 år ago | 2 downloads |
Submitted
integral2_adapt(f,varargin)
This function integrates over 2 dimensional domain with possibly infinite bounds.
ungefär 10 år ago | 1 download |
Solved
How to find the position of an element in a vector without using the find function
Write a function posX=findPosition(x,y) where x is a vector and y is the number that you are searching for. Examples: fin...
ungefär 10 år ago
Solved
Determine if input is odd
Given the input n, return true if n is odd or false if n is even.
ungefär 10 år ago
Solved
Sum all integers from 1 to 2^n
Given the number x, y must be the summation of all integers from 1 to 2^x. For instance if x=2 then y must be 1+2+3+4=10.
ungefär 10 år ago
Solved
Weighted average
Given two lists of numbers, determine the weighted average. Example [1 2 3] and [10 15 20] should result in 33.333...
ungefär 10 år ago
Solved
Reverse the vector
Reverse the vector elements. Example: Input x = [1,2,3,4,5,6,7,8,9] Output y = [9,8,7,6,5,4,3,2,1]
ungefär 10 år ago
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...
ungefär 10 år ago
Solved
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...
ungefär 10 år ago
Solved
Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...
ungefär 10 år ago





