Filter löschen
Filter löschen

Info

Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.

Comparing any of the matrix input

2 Ansichten (letzte 30 Tage)
betul uslu
betul uslu am 18 Dez. 2019
Geschlossen: MATLAB Answer Bot am 20 Aug. 2021
Hello,
I have matrix 'classes
classes =
1
2
What i need is, if classes matrix include x it should say "Matrix 'classes' include x value" ,else "Matrix 'classes' do not include x value".
The challanging think is comparing x with any of the classes members without using for or while loops.

Antworten (1)

James Tursa
James Tursa am 18 Dez. 2019
Hints: What does this result give you:
classes == x
Then look at this:
doc any
  3 Kommentare
James Tursa
James Tursa am 18 Dez. 2019
Type it into the command line and see what happens ...
You might also try:
doc ismember
betul uslu
betul uslu am 18 Dez. 2019
thank you for documnetation :D

Diese Frage ist geschlossen.

Community Treasure Hunt

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

Start Hunting!

Translated by