photo

jh2011


Actif depuis 2017

Followers: 0   Following: 0

Statistiques

MATLAB Answers

8 Questions
0 Réponses

RANG
147 970
of 300 779

RÉPUTATION
0

CONTRIBUTIONS
8 Questions
0 Réponses

ACCEPTATION DE VOS RÉPONSES
37.5%

VOTES REÇUS
0

RANG
 of 21 084

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 170 997

CONTRIBUTIONS
0 Problèmes
0 Solutions

SCORE
0

NOMBRE DE BADGES
0

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • Thankful Level 2
  • Thankful Level 1

Afficher les badges

Feeds

Afficher par

Question


MATLAB getting confused over backward slashes and forward slashes when using CD
I downloaded a MATLAB-based toolbox and in some parts of the code it tries to CD into folders. However, it returns an error like...

presque 8 ans il y a | 1 réponse | 0

1

réponse

Question


When using mex files, cannot find libraries
I created a mex function which uses another library that relies on gfortran. However, when I execute the function, I see this er...

presque 8 ans il y a | 1 réponse | 0

1

réponse

Question


Trying to use interpn - converting sample data into ndgrid format
I'm trying to use the function interpn but it requires that I have everything in the ndgrid format. For example, I'm trying to e...

presque 8 ans il y a | 2 réponses | 0

2

réponses

Question


Specifying optimization flags in mex
I know that -O is implemented by default when I use the mex command mex file.cpp However, I have two questions related ...

presque 8 ans il y a | 1 réponse | 0

1

réponse

Question


Why is passing data to MEX so slow
I have created this MEX function that takes in arguments like this: toSolve(domain, model.one, model.two, model.three, mo...

environ 8 ans il y a | 1 réponse | 0

1

réponse

Question


Solving multiple linear systems where A (the matrix to be inverted) is always the same
I have the following code excerpt: %suppose A is a 40000 by 40000 matrix phi = ones(40000,1); for t = 1:360 ...

plus de 8 ans il y a | 1 réponse | 0

1

réponse

Question


MEX was completed successfully, but looks like all symbols are missing
I successfully MEXed a C++ file in MATLAB and the C++ file itself is bugless (I tried it myself). However, when I tried to run i...

plus de 8 ans il y a | 1 réponse | 0

0

réponse

Question


MEX doesn't look for GFORTRAN, although I added it to the path
I want to setup MEX with GFORTRAN on MATLAB. I know that you're supposed to add it to the environment variable by doing this: ...

plus de 8 ans il y a | 1 réponse | 0

1

réponse