Community Profile

photo

Ubaid Ullah


University of Engg and Tech Lahore

Last seen: Today Aktiv seit 2012

Followers: 0   Following: 0

Kontakt

Statistiken

  • Thankful Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


GCC compiled MEX file taking more time than the one compiled by Microsoft Visual Studio.
Hello, I have the following loop: spmd dgtilde = zeros(length(denom),d.nexp2); for mm = 1:d.nexp2 ...

fast 9 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


MEX file running slower than native MATLAB code.
Hello I have the following code: spmd sum_gammaXmom = g{1}*gamma(1); for mm = 2:d.mom sum_gamma...

fast 9 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


MEX file crashing for an array of cell
Hello! I have written a MEX file that takes in a cell array of double matrices, each of dimension 250x1000. The cell array di...

fast 9 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


MEX Code in Matlab Wrapper
I have the following code: for i=1:N, some_mex_file(); end My MEX file does the following: * Declares an ob...

fast 12 Jahre vor | 1 Antwort | 0

1

Antwort