photo

Mikaël LE GRAND


BCRM Brest

Last seen: 4 years ago Active since 2019

Followers: 0   Following: 0

Message

Statistics

MATLAB Answers

4 Questions
6 Answers

RANK
18,914
of 300,853

REPUTATION
2

CONTRIBUTIONS
4 Questions
6 Answers

ANSWER ACCEPTANCE
100.0%

VOTES RECEIVED
1

RANK
 of 21,094

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 171,319

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

  • Thankful Level 2
  • First Answer
  • First Review
  • Thankful Level 1

View badges

Feeds

View by

Answered
Issues with TensorRT execution
Hello, i finally resolve the problem by reading more accuratly the MATLAB documentation. So : 1/ I have installed CUDA Toolkit...

5 years ago | 1

Answered
Issues with TensorRT execution
Hello, I also encounter the same problem : gpuEnvObj = coder.gpuEnvConfig; gpuEnvObj.BasicCodegen = 1; gpuEnvObj.BasicCodee...

5 years ago | 0

Answered
why the command coder.checkGpuInstall(envCfg) failed in a CPU worker
Raymond, i understand my error now. Your solution works just fine. Thnaks a lot for your help. Mikael

5 years ago | 0

Answered
why the command coder.checkGpuInstall(envCfg) failed in a CPU worker
Hi Raymond, I understand my error now. Your solution works just fine. thanks a lot Mikael

5 years ago | 0

| accepted

Answered
why the command coder.checkGpuInstall(envCfg) failed in a CPU worker
Hi Raymond, first thanks for your answer. If i well understood your advice, I have to create a parpool objet (which should be i...

5 years ago | 0

Question


why the command coder.checkGpuInstall(envCfg) failed in a CPU worker
I work with MATLAB R2020a, windows 10, P2000 Nvidia card. This code work properly launched from the command window : function [...

5 years ago | 4 answers | 0

4

answers

Answered
Issue with colormap when displaying an image extract from an animated gif file
Ok, iget it myself : It seems that when we do (num <> 1) GIF_file = dir([PathName, '*velocity*.gif']); [im, map] = imread([GI...

6 years ago | 0

| accepted

Question


Issue with colormap when displaying an image extract from an animated gif file
I extract an image from an animated gif file with the following code : GIF_file = dir([PathName, '*velocity*.gif']); [im, map]...

6 years ago | 1 answer | 0

1

answer

Question


how to run a waitbar in a batch script
I want to run a waitbar during execution of an excel macro running via activeX. First i wanted to test running a waitbar in a sc...

6 years ago | 1 answer | 0

1

answer

Question


PCT : cannot cancel a running job without a PCT chrash
Hello I think i have an infinite loop running in a worker. Each time i try to cancel it, PCT crashes. When i restart parallel p...

7 years ago | 1 answer | 0

1

answer