photo

Eric Schols


Delft University of Technology

Active since 2016

Followers: 0   Following: 0

Message

Will follow later.

Statistics

All
MATLAB Answers

6 Questions
0 Answers

File Exchange

1 File

RANK
11,628
of 297,503

REPUTATION
3

CONTRIBUTIONS
6 Questions
0 Answers

ANSWER ACCEPTANCE
0.0%

VOTES RECEIVED
3

RANK
17,006 of 20,449

REPUTATION
4

AVERAGE RATING
0.00

CONTRIBUTIONS
1 File

DOWNLOADS
1

ALL TIME DOWNLOADS
46

RANK

of 159,017

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • First Review
  • First Submission

View badges

Feeds

View by

Question


Memory / available storage space
I have MATLAB installed on my D drive. If I run a MATLAB script that is located on my C drive, on which drive is memory used, C ...

9 years ago | 1 answer | 0

1

answer

Question


Accuracy of solving a system
With k = 12; eps = 10^(-k); A = [[1+eps,1];[1,1+eps]]; I can control the condition number of A to be approxima...

9 years ago | 1 answer | 0

1

answer

Question


How does MATLAB generate Halton sequences
p = haltonset(d) constructs a Halton quasi-random point set in d dimensions. Mathematically, the Halton set is basically d...

9 years ago | 1 answer | 0

1

answer

Question


Multiple instances of MATLAB
How does MATLAB deal with working in the same file in different instances of MATLAB? Say I open it twice and alter some file ...

9 years ago | 1 answer | 0

1

answer

Question


When is a matrix ill-conditioned?
For what value of cond(A) becomes the matrix A ill-conditioned? Is it 1e16? I had that value in my head, but can't find any site...

9 years ago | 1 answer | 3

1

answer

Submitted


KCOMBSN
Returns k random combinations of p unique integers between 1 and N.

9 years ago | 1 download |

0.0 / 5

Question


k distinct combinations of size p without replacement
I have the number 1,2,...,N and from them I want to take k distinct combinations of size p without repetition. For example, i...

9 years ago | 5 answers | 0

5

answers