Statistics
RANK
20,261
of 295,448
REPUTATION
2
CONTRIBUTIONS
11 Questions
1 Answer
ANSWER ACCEPTANCE
72.73%
VOTES RECEIVED
2
RANK
of 20,227
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,872
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
I save a cellarry ,but the result looks like strange
S{1} ans = '4400002970000003533' '8500000190000013093' '4400002970000003533' '8500000190000045501' '4...
10 years ago | 2 answers | 0
2
answersQuestion
in a csv file, it is a line like(45,85,65,98,36,56,83,10,8,7),how can i make it 10*1 cell? thanks
the result what i want is: 45 85 65 98 36 83 10 8 7 I try to write like this fid = fopen('...
10 years ago | 1 answer | 0
1
answerQuestion
I have a cellarray (100000000*2cell) ,how can I save the cell in excel more quickly ?
if i choose the fonction csvwrite(), i think that will be a long time to wait , do you have some good ideas saving it more quick...
10 years ago | 3 answers | 0
3
answersQuestion
How do I combine two cell arrays into one cell array?
>> Q{1} ans = '4400002970000003533' '4400002970000003533' '4400002970000003535' '4400002970000003536' ...
10 years ago | 3 answers | 2
3
answersQuestion
i want to save cell data as csv format ,but il shows there is a error,how can i save these cell array as csv format? thanks
S = { 19x2 cell} { 3x2 cell} { 1x2 cell} { 10x2 cell} { 1x2 cell} [...
10 years ago | 3 answers | 0
3
answersQuestion
i want to use the fonction (csvwrite) to write S into a fiche csv,but i get a result like this,anyone can help me? thank you
S = '4400000570000000008' '4400000570000000013' '4400000570000000001' '4400000570000000014' '440000057...
10 years ago | 1 answer | 0
1
answerQuestion
How can i save the time for calculating a combination (nchossek(1:10000,2)) ?thank you
How can i save the time for calculating a combination (nchoosek(1:10000,2)) ?thank you
10 years ago | 0 answers | 0
0
answersQuestion
i want to get a combination from a table of cell by fonction (combntns), but i dosen't work ,anyone can help me ,thank you
C={'2222222','33333333','444444444'} i want to get like this:'2222222' '3333333333' '2222222' '444...
10 years ago | 2 answers | 0
2
answersQuestion
I want to empty a variable q, i used q={} or q=[ ],but why it doesn't work , thank you
q ans= '4400002970000003533' '8500000190000013093' '8500000190000045501' '8500000840000005660' '85...
10 years ago | 2 answers | 0
2
answersi want to use fonction(unique) to get un string ,but it awlays shows Error using cell/unique?Can anyone tell me what I am doing wrong here? thank you
thank you very much
10 years ago | 0
Question
i want to use fonction(unique) to get un string ,but it awlays shows Error using cell/unique?Can anyone tell me what I am doing wrong here? thank you
P={pa(1),pa(2),pa(3),pa(4),pa(5)}; H=unique(P,'rows'); Error using cell/unique (line 95) Input A must be a cell a...
10 years ago | 2 answers | 0
2
answersQuestion
I want to use fonction (find) to return many values,but why he just returns the least value ? thank you
d={ 'a12' ;'a15';'a16';'a14';'a13';'a11'}; H={ 'a11';'a13';'a12' ;'a15';'a16';'a14';'a13'} ; for i=1:1:7 c=find(strcmp(...
10 years ago | 1 answer | 0