photo

Koren Murphy


Last seen: 3 years ago Active since 2020

Followers: 0   Following: 0

Statistics

MATLAB Answers

10 Questions
0 Answers

RANK
107,915
of 300,756

REPUTATION
0

CONTRIBUTIONS
10 Questions
0 Answers

ANSWER ACCEPTANCE
60.0%

VOTES RECEIVED
0

RANK
 of 21,077

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 170,890

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

  • Thankful Level 3

View badges

Feeds

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

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

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

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

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

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

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

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

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

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

6 years ago | 1 answer | 0

1

answer