Andrea Stevanato - MATLAB Central
photo

Andrea Stevanato


Last seen: 4년 초과 전 2018년부터 활동

Followers: 0   Following: 0

통계

MATLAB AnswersFrom 05/18 to 03/25Use left and right arrows to move selectionFrom 05/18Use left and right arrows to move left selectionTo 03/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

16 질문
2 답변

순위
4,490
of 297,695

평판
11

참여
16 질문
2 답변

답변 채택
50.0%

획득한 표
11

순위
 of 20,466

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 159,380

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • First Review
  • First Answer
  • Thankful Level 3

배지 보기

Feeds

보기 기준

답변 있음
Parfor hangs during execution
It's possible to restart all workers without delete(gcp)?

6년 초과 전 | 0

질문


Parfor or parfeval, what is better?
if I have some code that could be writed in same way with parfeval o parfor, what i have to use? What is better? Which is more a...

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

1

답변

질문


Parfor hangs during execution
How i can solve this problem that freeze parfor during execution? Operation terminated by user during distcomp.remoteparfor...

6년 초과 전 | 답변 수: 6 | 2

6

답변

답변 있음
Parfor loop just hangs, CPU usage goes to zero
I have the same error with matlab 2018a.

6년 초과 전 | 0

질문


Out of memory during parfor
I'm trying to execute code like this for i = 1:100 parfor 1:10 funResult = function(data); end end but I ...

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

1

답변

질문


Wrong result in elipse equation
I have defined an anonymous function elipse >> xCenter = 0.58; >> yCenter = 590; >> a = 0.02; >> b = 200; >> el...

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

1

답변

질문


Parfor freeze after ~50/70% of iteration
I'm tring to run some code that executes parfor for some data, I notice that after a lot of iteration parfor "freeze" and it's e...

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

0

답변

질문


Overload operator doesn't work into workers
I overloaded the plus operator for my class, but it doesn't work into parfor loop. The error is the following Error using +...

6년 초과 전 | 답변 수: 2 | 0

2

답변

질문


If matlab -desktop elseif matlab -nodesktop
How i can check if my scripts/functions running with gui matlab or not? something like this: if "matlab -desktop" % ...

6년 초과 전 | 답변 수: 1 | 1

1

답변

질문


Multithreading with N thread
How I can create N threads that run specific function parallely? I don't matter if it's slower than single thread and I don't ma...

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

1

답변

질문


Indexing of cell array containing class
It's possible to index property of class that it's in cell array. If i have a class with a property value and i have a cell arr...

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

1

답변

질문


Parallel pool costant doesn't work as expected
I got an error using parallel.pool.Constant. In the script i create a struct with parallel.pool.Constant value as follow: g...

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

1

답변

질문


Problem's variable used by workers
I'm seeing documentation of parfor loop and i'm reading that i can't use global and persistent variables in parfor loop, so how ...

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

0

답변

질문


Automatic parfor without specify it
Could Matlab automatically execute all the code that could be parallelized without modifying its syntax? What I want to say is t...

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

1

답변

질문


Use packages to group the methods of the class
It's possible to group the methods of the classe like this: @Myclass Myclass.m +pkg1 metho...

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

1

답변

질문


Class completition method and property
How i can automatically comple the properties or method name when i'm writing some public/private class function in separated fi...

거의 7년 전 | 답변 수: 0 | 0

0

답변

질문


Call function in package from package
How I can use use function present in package from the package? If i have package with: +mypkg fun1.m fun2.m ...

거의 7년 전 | 답변 수: 6 | 7

6

답변

질문


All negative number on bottom
How i can sort matrix of numbers and put negative on bottom respecting the order of positive elements. A = [1,-3,4;-2,5,6;4...

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

1

답변