Statistics
RANK
8 041
of 297 016
REPUTATION
6
CONTRIBUTIONS
5 Questions
3 Answers
ANSWER ACCEPTANCE
100.0%
VOTES RECEIVED
2
RANK
of 20 419
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
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...
5 månader ago | 2 answers | 1
2
answersQuestion
Data types in TABLE
I create a TABLE with different data types. For example : sz = [1 6]; vartypes = ["string" "categorical" "categorical" "cate...
12 månader ago | 1 answer | 0
1
answerQuestion
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...
mer än ett år ago | 2 answers | 1
2
answersQuestion
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...
nästan 2 år ago | 2 answers | 0
2
answersQuestion
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}]...
nästan 5 år ago | 1 answer | 0
1
answerreading a .txt
Try something like: function M=read_X() fid=fopen('01.txt'); fgetl(fid); % YOKO fgetl(fid); % START M=[]; ...
mer än 8 år ago | 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 ...
mer än 8 år ago | 0