photo

Anne


自 2017 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB Answers

10 个提问
1 个回答

排名
245,161
of 300,886

声誉
0

贡献数
10 个提问
1 个回答

回答接受率
20.0%

收到投票数
0

排名
 of 21,104

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 171,502

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


compile script to create program
Hi I've made made a script that is able to sort my "list2.csv" and then put it into a table. This list2.csv was only the test...

9 years 前 | 1 个回答 | 0

1

个回答

提问


combine cell array to new big cell
hi I have 4 cells containing PID, fullname, Exam and Date. ex PID(1,1) = 0000000000 FN(1,1) = Will smith ...

9 years 前 | 1 个回答 | 0

1

个回答

提问


why does this not work ?
for n=1:4 % size(PIDS,1); BC = {n,4}; BC{n,1} = {PIDS{n,1}; FNS{n,1}; PPNameS{n,1}; APS{n,1}}; BC{n,2} = {PIDS...

9 years 前 | 1 个回答 | 0

1

个回答

提问


multiple lines in af table
hi The report function in Matlab will not let me put in more lines in one row. It there a way to solve that ? A = cell(1,2)...

9 years 前 | 0 个回答 | 0

0

个回答

提问


data to PDF in more than one column
Hi I have a certain amount of data that I would like to be able to print on A4 with 9 lables pr sheet. I have the data in cel...

9 years 前 | 0 个回答 | 0

0

个回答

提问


why dosen't this work ? i need a (:,4) cell. but 90 % of my result is empty spaces.
PLS = [PIDSorted; NameSorted; ExamSorted; DateSorted]; NewPL = cell(size(PLS,1),4); %Patients sorted for n=1:si...

9 years 前 | 1 个回答 | 0

1

个回答

提问


cell to mat. I have a long list with patient data : PID, Name, Exam and Date
A = PID (Char) a1 a2 a3 a4 B = Name (cell) b1 b2 b3 b4 C= Exam (Cell) c1 c2 c3 c4 ...

9 years 前 | 0 个回答 | 0

0

个回答

提问


I need to print on labels
I have make a print on labels. It is a A4 with (r,c) = (9,4) stickers. The text is 2356981882 Will, Smith GFR, one s...

9 years 前 | 1 个回答 | 0

1

个回答

已回答
How can I put data into a Cell
thank You. But i get a lot of [] [] [] []

9 years 前 | 0

提问


How can I put data into a Cell
I have a cell Name = {} And i need to make a list of names using a loop. How do I do this without overwriting ? Thanks

9 years 前 | 2 个回答 | 0

2

个回答

提问


split and order a cell by alphabet and number
I have a list of patients with PID, name, treatment and date. The input is (r,c ) = (1,1260) for 1260 patient. ' '' '...

9 years 前 | 0 个回答 | 0

0

个回答