Filter löschen
Filter löschen

Machine learning program question

2 Ansichten (letzte 30 Tage)
Mohamed Ahmed
Mohamed Ahmed am 2 Aug. 2016
Kommentiert: CHANDRU G am 30 Mai 2020
The program I'm asking my question about is in that link: http://read.pudn.com/downloads197/sourcecode/macos/928928/CancerDiagnosis.m__.htm
Now, what does this command do exactly:
testmat= matrix(idtest,:);
and why it's not giving this error:
Subscript indices must either be real positive integers or logicals.
  1 Kommentar
CHANDRU G
CHANDRU G am 30 Mai 2020
x=x+3; data.Xval=data.Xval +3; Multiply the values in the X variable of the table letter by the aspect ratio of 1.5.Reassign the result back to X so that letter contains the corrected data

Melden Sie sich an, um zu kommentieren.

Antworten (1)

Image Analyst
Image Analyst am 3 Aug. 2016
  5 Kommentare
Walter Roberson
Walter Roberson am 4 Aug. 2016
The original idtest is not all zero. You can use
[row, column] = find(idtest)
to see the row and column of the one (and only one) non-zero entry in it.
Mohamed Ahmed
Mohamed Ahmed am 4 Aug. 2016
Thanks very much.

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu Get Started with MATLAB finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by