필터 지우기
필터 지우기

Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

how can i use 'OR' logic inside IF statement ?

조회 수: 1 (최근 30일)
Ashok
Ashok 2014년 3월 4일
마감: MATLAB Answer Bot 2021년 8월 20일
Sir, in my code O1 is an output of neural network. In 'O1'O is not a zero its an alphabet 'O'. then why should I use 'strcmp' in code.
  댓글 수: 1
dpb
dpb 2014년 3월 4일
I don't understand the question as posed but the result of your double loop in nn_new1 is simply
O1=O1>0.78;
no loops of if needed at all. "It's the Matlab way" :)
I think you need to explain what you're actually trying to do in the portion of the code with the 0-1 vectors and the variable name.

답변 (0개)

이 질문은 마감되었습니다.

태그

Community Treasure Hunt

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

Start Hunting!

Translated by