Community Profile

photo

Nemalikanti Akhila


2017년부터 활동

Followers: 0   Following: 0

통계

Feeds

보기 기준

질문


How can I take first element in the first cell of my_list in matlab and give it to perceptron to train the data ?
for lineID=1:length tline = fopen(fid); C = strsplit(tline, ' '); lq_list{lineID} = C{1}; end for lq_list=1:s...

6년 초과 전 | 답변 수: 0 | 0

0

답변

질문


How to read the given type of data from text file as an input to my further matlab code
1 1:123 2:1.316440 3:1.516003 4:5.605905 5:5.346760 6:0.013233 7:0.010729 8:0.091743 9:0.050768 10:3808.067871 11:702.992493 12:...

6년 초과 전 | 답변 수: 2 | 0

2

답변