photo

Jean-Marie Sainthillier


Skinexigence

Last seen: 1 month 前 自 2012 起处于活动状态

Followers: 2   Following: 0

消息

Spoken Languages:
English, French

统计学

All
MATLAB Answers

5 个提问
3 个回答

Cody

44 个问题
3598 个答案

排名
8,049
of 297,503

声誉
6

贡献数
5 个提问
3 个回答

回答接受率
100.0%

收到投票数
2

排名
 of 20,449

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名
15
of 159,017

贡献数
44 个问题
3598 个答案

评分
36,491

徽章数量
74

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • 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

查看徽章

Feeds

排序方式:

已回答
Cell and double in datatable
Thank you.

5 months 前 | 0

提问


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...

5 months 前 | 2 个回答 | 1

2

个回答

提问


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

1 year 前 | 1 个回答 | 0

1

个回答

提问


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...

2 years 前 | 2 个回答 | 1

2

个回答

提问


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...

2 years 前 | 2 个回答 | 0

2

个回答

提问


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}]...

5 years 前 | 1 个回答 | 0

1

个回答

已回答
reading a .txt
Try something like: function M=read_X() fid=fopen('01.txt'); fgetl(fid); % YOKO fgetl(fid); % START M=[]; ...

8 years 前 | 0

已回答
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 ...

8 years 前 | 0