photo

Koren Murphy


Last seen: 거의 2년 전 2020년부터 활동

Followers: 0   Following: 0

통계학

  • Thankful Level 3

배지 보기

Feeds

보기 기준

질문


Extract variable from function after using parfeval
I am running the following: fcn=@(i) run("test"+i); for K=1:4 F(K)=parfeval(fcn,0,K); end; where "test"+i is a script s...

거의 2년 전 | 답변 수: 1 | 0

1

답변

질문


Running multiple scripts on separate cores in parallel
I have four scripts - all running a MILP problem using intlinprog. I want to run the four scripts simulataneously to produce the...

거의 2년 전 | 답변 수: 1 | 0

1

답변

질문


Compare for uniqueness between 2 very large matrices
I have two matrices of the same size - 95 x 100,000. They are in different orders but I would like to compare if columns in on...

3년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Changing windows mex code to Mac mex code
I have the following lines of code in windows and linux format but I want to change them to mac format what should this look lik...

3년 초과 전 | 답변 수: 0 | 0

0

답변

질문


Combine columns of a matrix based on equality
I have a matrix of 1's and 0's and I would like to combine any column that repeats itself in the matrix - e.g if a is the matri...

3년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Convert .c files to mex on macOS
I am trying to convert 6 files to the appropriate .mex file on a mac. The code has been done for windows and linux but I do not ...

3년 초과 전 | 답변 수: 0 | 0

0

답변

질문


Keep getting an error as 'ASCII file unsupported' which terminates the code
When running a function from the efmtoool by ETH Zurich - to produce a print out of code - I am recieving the error printed belo...

3년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Changing constant with timespan in ode45 solver
I am writing a code that solves a set of equations from ode45. However, I have a constant that changes in the equations at every...

거의 4년 전 | 답변 수: 2 | 0

2

답변

질문


Using loops for an initial condition change
I am using ode45 to solve a set of differentials. At a particular point in the timespan the conditions need to be set to a fixed...

거의 4년 전 | 답변 수: 1 | 0

1

답변

질문


ode45 is returning the incorrect solution
I am running an ode45 to solve a simple intergration. The intergration is so simple I can perform it by hand - hence knowing the...

4년 초과 전 | 답변 수: 1 | 0

1

답변