photo

Eric Condamine


CNRS - CHU de Grenoble

Last seen: 2 years ago Active since 2015

Followers: 0   Following: 0

Statistics

MATLAB Answers

5 Questions
5 Answers

RANK
6,139
of 301,835

REPUTATION
8

CONTRIBUTIONS
5 Questions
5 Answers

ANSWER ACCEPTANCE
0.0%

VOTES RECEIVED
4

RANK
 of 21,427

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 176,849

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

  • First Answer

View badges

Feeds

View by

Answered
Is there a way (command line switch) to prevent execution of startup.m when starting a new Matlab instance?
The problem is just to start matlab without using the personal startup.m (et finish.m) file of the user, and for all platforms (...

7 years ago | 0

Answered
Is there a way (command line switch) to prevent execution of startup.m when starting a new Matlab instance?
After more than two years, is there now a way to launch matlab without using our personal startup.m and if possible our personal...

7 years ago | 0

Answered
Passing from Python to MATLAB a cell array of structures
Ooops I just understood why the TypeError exception was raised ... In fact, this is the right way to pass a cell array of struct...

9 years ago | 3

Question


Passing from Python to MATLAB a cell array of structures
Let's say that we want to pass from Python an object corresponding to a mixed MATLAB cell array of structures, as an example a f...

9 years ago | 1 answer | 0

1

answer

Answered
The close(gcf) command awaiting the return key
The problem comes from the closerequestfcn property of the graphic object. The currently distributed art.m script contains this ...

10 years ago | 1

Question


The close(gcf) command awaiting the return key
In a script [exactly: the art.m from Artifact Detection Tools @ NITRC], there is a close(gcf) command which wait a press of the ...

10 years ago | 1 answer | 0

1

answer

Question


Little shift of the image after upgrade from Matlab2011 to Matlab2015.
Hello, In old scripts, using slice_overlay function (rather than slover function), I observes, after an upgrade from Matlab20...

10 years ago | 1 answer | 0

1

answer

Question


Batch code with slover
Hello, I have some problem with old scripts using slice_overlay function and I plan to use rather the slover function. How can ...

10 years ago | 0 answers | 0

0

answers

Answered
Wand Python module (convert function, see Edit 1) does not seem to work when called in a python script through a command to the operating system in matlab.
I just found the solution ! All was caused because the user $PATH is not the same in Matlab ...... Example, in a Shell: ...

10 years ago | 0

Question


Wand Python module (convert function, see Edit 1) does not seem to work when called in a python script through a command to the operating system in matlab.
Hello, In a matlab script, I use the shell escape character "!" to run other python scripts like external commands. All was r...

10 years ago | 1 answer | 0

1

answer