Jean-Marie Sainthillier - MATLAB Central
photo

Jean-Marie Sainthillier


Skinexigence

Last seen: environ un mois il y a Actif depuis 2012

Followers: 2   Following: 0

Message
Spoken Languages:
English, French

Statistiques

All
CodyMATLAB AnswersFrom 07/12 to 03/25Use left and right arrows to move selectionFrom 07/12Use 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

5 Questions
3 Réponses

Cody

44 Problèmes
3598 Solutions

RANG
8 049
of 297 613

RÉPUTATION
6

CONTRIBUTIONS
5 Questions
3 Réponses

ACCEPTATION DE VOS RÉPONSES
100.0%

VOTES REÇUS
2

RANG
 of 20 457

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG
15
of 159 227

CONTRIBUTIONS
44 Problèmes
3598 Solutions

SCORE
36 491

NOMBRE DE BADGES
74

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • Treasure Hunt Participant
  • Thankful Level 3
  • First Answer
  • Indexing III Master
  • Strings III Master
  • Matrix Manipulation II Master
  • R2016b Feature Challenge Master
  • Sequences And Series I Master
  • Word Puzzles Master
  • Likeable
  • Indexing V Master
  • Matrix Patterns III Master

Afficher les badges

Feeds

Afficher par

Réponse apportée
Cell and double in datatable
Thank you.

5 mois il y a | 0

Question


Cell and double in datatable
I work with Excel xlsx files where matrix represent scores (integers between 0 and 3). Each column corresponds to a visit and ea...

6 mois il y a | 2 réponses | 1

2

réponses

Question


Data types in TABLE
I create a TABLE with different data types. For example : sz = [1 6]; vartypes = ["string" "categorical" "categorical" "cate...

environ un an il y a | 1 réponse | 0

1

réponse

Question


Dot notation and curly braces with TABLE
I don't understand clearly the difference between T.(expression) and T{:,expression} notation. For example : load patients d...

presque 2 ans il y a | 2 réponses | 1

2

réponses

Question


Problem with direct calculation on table with std and "omitnan"
Since R2023a, it is possible to perform calculations directly on tables (and timetables) without extracting their data by indexi...

presque 2 ans il y a | 2 réponses | 0

2

réponses

Question


Why do I lost negative values in cell
If S={'md' 0 1 2 3 -1} for example with 'md' for missing data and values between -3 and 3 (-3,-2,-1,0,1,2,3). double([S{2:end}]...

environ 5 ans il y a | 1 réponse | 0

1

réponse

Réponse apportée
reading a .txt
Try something like: function M=read_X() fid=fopen('01.txt'); fgetl(fid); % YOKO fgetl(fid); % START M=[]; ...

plus de 8 ans il y a | 0

Réponse apportée
imshow, imcrop and imread to set a predefined coordinate system to analyze images
For the first image use : [GT,rec] = imcrop(G); (rec is a 4-element vector with the form [XMIN YMIN WIDTH HEIGHT]) For ...

plus de 8 ans il y a | 0