Community Profile

photo

Koren Murphy


Last seen: 1 year ago Active since 2020

Statistics

  • Thankful Level 3

View badges

Content Feed

View by

Question


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...

1 year ago | 1 answer | 0

1

answer

Question


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...

1 year ago | 1 answer | 0

1

answer

Question


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 years ago | 1 answer | 0

1

answer

Question


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 years ago | 0 answers | 0

0

answers

Question


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 years ago | 1 answer | 0

1

answer

Question


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 years ago | 0 answers | 0

0

answers

Question


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 years ago | 1 answer | 0

1

answer

Question


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...

3 years ago | 2 answers | 0

2

answers

Question


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...

3 years ago | 1 answer | 0

1

answer

Question


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 years ago | 1 answer | 0

1

answer