机器学习入门之旅中分​类工作流中提取特征(​查看特征)为何输入给​的答案也显示错误

조회 수: 3 (최근 30일)
修琪
修琪 2022년 10월 14일
답변: Sai Teja G 2023년 9월 4일

답변 (1개)

Sai Teja G
Sai Teja G 2023년 9월 4일
Hi,
此回复是用英文写的,旨在给您最快的回复
I understand that you are facing issues while classification to extract features.
It seems that you are encountering this issue because you are using the variable name 'scatter' to access a position within an array. Since 'scatter' can be either a function or a variable, this is causing the problem. To resolve it, I recommend using integer indices to access the desired elements within the arrays.
Hope it helps!

카테고리

Help CenterFile Exchange에서 Matrix Indexing에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!