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년 전 | 답변 수: 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년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 2 | 0