필터 지우기
필터 지우기

how to have numerical or logical matrix or cell array

조회 수: 6 (최근 30일)
azkya novia
azkya novia 2017년 9월 3일
댓글: dpb 2017년 9월 8일
i got ann error allert: Error using newff>new_5p1 (line 153) Inputs are not a numerical or logical matrix or cell array.Inputs are not a numerical or logical matrix or cell array.
my input is vector of 24 x 500 double, in this vector included zero value,for example
Columns 1 through 19
74 76 81 91 98 102 107 134 144 148 157 173 177 185 196 206 212 216 243
142 181 155 119 130 162 169 144 139 134 131 114 162 153 150 135 131 117 133
11 13 14 14 14 41 109 147 150 170 175 179 251 262 309 309 309 309 311
187 177 75 116 134 173 114 163 148 136 143 128 135 137 85 140 171 191 100
Columns 20 through 27
250 251 258 261 268 269 273 296
119 85 150 181 140 116 104 138
0 0 0 0 0 0 0 0
0 0 0 0 0 0 0 0
how to convert them into numerical or logical matrix or cell array ? and why my vector 24 x 500 double cannot passing as an input in neural network?
  댓글 수: 7
Greg Heath
Greg Heath 2017년 9월 8일
>> help newff
newff Create a feed-forward backpropagation network.
Obsoleted in R2010b NNET 7.0. Last used in R2010a NNET 6.0.4.
The recommended function is feedforwardnet.
Hope this helps.
Greg
dpb
dpb 2017년 9월 8일
Ah! I haven't ever had NN TB and newff doesn't show up at all in the current online doc...

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Deep Learning Fundamentals에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by