Community Profile

photo

sjhstone


Last seen: 6개월 전 2019년부터 활동

Followers: 0   Following: 0

통계

All
  • Knowledgeable Level 1
  • Revival Level 2
  • Solver
  • Thankful Level 1
  • First Answer

배지 보기

Feeds

보기 기준

답변 있음
MEX: How to modify xml file for unsupported compiler?
Hello, if you just want to modify how $CROOT variable is captured, please search for <locationFinder> in your XML config file, a...

대략 3년 전 | 3

| 수락됨

질문


Code Generation: What's the Best Practice?
Hello, I'm writing a code for comparing multiple numerical optimization algorithms using multiple combination of parameter choi...

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

1

답변

답변 있음
How to move function code to a new file
As your function just scales a picture, there is really no need to put it into a live function. There are 2 simpler ways of defi...

3년 초과 전 | 0

답변 있음
Update a sparse matrix efficiently
You can refer to the following blog post. It seems that you have reached the optimal efficiency. https://blogs.mathworks.com/lo...

3년 초과 전 | 1

답변 있음
Mex OpenMP C code
Both printf and mexPrintf are not thread-safe and should be avoided in multi-thread OpenMP MEX C codes. You can get more inform...

3년 초과 전 | 0

질문


Can MEX BLAS library be used for native double matrix in C?
I'm writing C MEX file to do vector-matrix multiplication, clear clc mex simpledgemv.c -R2017b -lmwblas mex simpledgemv_n...

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

1

답변

답변 있음
Mex-files + Visual studio 2013 + openMP cause Matlab crashes
Under Windows, it is not that difficult to use Intel's OpenMP library with Microsoft Visual C++ Compiler. Try use the following...

5년 초과 전 | 0