photo

Eric Schols


Delft University of Technology

2016년부터 활동

Followers: 0   Following: 0

메시지

Will follow later.

통계

All
  • First Review
  • First Submission

배지 보기

Feeds

보기 기준

질문


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년 전 | 답변 수: 1 | 0

1

답변

질문


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년 전 | 답변 수: 1 | 0

1

답변

질문


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년 전 | 답변 수: 1 | 0

1

답변

질문


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년 전 | 답변 수: 1 | 0

1

답변

질문


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년 전 | 답변 수: 1 | 3

1

답변

제출됨


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

대략 9년 전 | 다운로드 수: 1 |

질문


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년 전 | 답변 수: 5 | 0

5

답변