Community Profile

photo

YOGENDRA SINGH BHANDARI


Last seen: 2 years ago Active since 2020

Statistics

  • Thankful Level 2
  • Thankful Level 1

View badges

Content Feed

View by

Question


System of 30 second/third degree Non linear equations
Hello all, I want to solve a system of 30 non-linear equations. Although my guess is the non linear equations will only have ...

3 years ago | 1 answer | 0

1

answer

Question


While invoking the mcc executable does it suffice to only create an executable of the outermost function?
I have a function calling another function which in turn calls another function. If I have to generate a compiled executable, d...

3 years ago | 1 answer | 0

1

answer

Question


Does the following .sh script qualify to be processed parallely?
Hi there, So I generated the compiled executable of a matlab script using -mcc command to be able to run the executable using u...

3 years ago | 1 answer | 0

1

answer

Question


How to store mcc generated matlab executable output into a mat file form the unix?
I have generated executable of a matlab script using the mcc command. Along with the executable file, mcc also hands out a .sh f...

3 years ago | 0 answers | 0

0

answers

Question


Running a matlab code through bash script
I've a matlab code that needs to be run for different set of "independent" inputs. I want to run the matlab code through unix ba...

3 years ago | 1 answer | 0

1

answer

Question


MATRIX INVERSION TAKING FOREVER TO RUN
I have a matrix(size 200*200) which I want to keep multiplying with 10 lakhs different input vectors. Furthermore, some elements...

3 years ago | 1 answer | 0

1

answer

Question


USING MEX TO SPEED UP THE CODE
I have a matlab code which is computationally intensive and takes more than affordable time to run. I am told mex can be of help...

3 years ago | 2 answers | 0

2

answers