photo

jh2011


2017년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

8 질문
0 답변

순위
147,977
of 300,847

평판
0

참여
8 질문
0 답변

답변 채택
37.5%

획득한 표
0

순위
 of 21,094

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 171,279

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 2
  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


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...

거의 8년 전 | 답변 수: 1 | 0

1

답변

질문


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...

대략 8년 전 | 답변 수: 1 | 0

1

답변

질문


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...

대략 8년 전 | 답변 수: 2 | 0

2

답변

질문


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 ...

대략 8년 전 | 답변 수: 1 | 0

1

답변

질문


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...

대략 8년 전 | 답변 수: 1 | 0

1

답변

질문


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 ...

8년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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...

8년 초과 전 | 답변 수: 0 | 0

0

답변

질문


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: ...

8년 초과 전 | 답변 수: 1 | 0

1

답변