Borrar filtros
Borrar filtros

Info

La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.

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

1 visualización (últimos 30 días)
Ashok
Ashok el 4 de Mzo. de 2014
Cerrada: MATLAB Answer Bot el 20 de Ag. de 2021
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 comentario
dpb
dpb el 4 de Mzo. de 2014
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.

Respuestas (0)

La pregunta está cerrada.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by