Community Profile

photo

mankang


Last seen: 1일 전 2018년부터 활동

Followers: 0   Following: 0

통계

  • Thankful Level 2
  • First Review
  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


GUI Edit field (Text) will not write when "select windows when the mouse moves over them"
I am developing GUI with matlab appdesigner on linux. However, if enable Windows selection "select windows when the mouse moves...

8개월 전 | 답변 수: 1 | 0

1

답변

질문


How can i do it fast way ?
example = mat2cell(rand(100000,4),ones(1,100)*1000,4); result = cell( size(example, 1), 1); var1_list = [0.5, 0.7]; var2_list...

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

1

답변

질문


Would you let me know one of the fastest (or the most efficient) ways to merge data?
data = 5x12 double 1x12 double 1x12 double 1x12 double 2x12 double 2x12 double 2x12 double 1x12 double 1x12 double 3x12 double...

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

1

답변

질문


How do I convert a for-loop into a parfor-loop?
for example a = rand(100,10); b = ones(10, 10); backtest_corr = cell(10,2); for i=1:10 backtest_corr{i,1} = a...

대략 6년 전 | 답변 수: 0 | 0

0

답변

질문


why GPUarray is slower than CPU?
Hi. GPU vs CPU speed check. why GPUarray is slower than CPU? GPU : GTX 1080, CPU i7-8700K % ----------------CPU ----------...

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

1

답변