YOGENDRA SINGH BHANDARI
Followers: 0 Following: 0
Feeds
提问
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 ...
4 years 前 | 1 个回答 | 0
1
个回答提问
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...
4 years 前 | 1 个回答 | 0
1
个回答提问
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...
4 years 前 | 1 个回答 | 0
1
个回答提问
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...
4 years 前 | 0 个回答 | 0
0
个回答提问
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...
4 years 前 | 1 个回答 | 0
1
个回答提问
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...
4 years 前 | 1 个回答 | 1
1
个回答提问
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...
4 years 前 | 2 个回答 | 0