Error unexpected MATLAB expression with min()

This is the program i wrote:
where new_x_PIRAM is a vector (1*251) ,But there is that an error 'unexpected Matlab expression that appears
Can u tell me how to correct it?

 Respuesta aceptada

Star Strider
Star Strider el 27 de Abr. de 2019
You’re missing a comma.
Try this:
pc = min(pa, pb);

Más respuestas (1)

dorra boukari
dorra boukari el 27 de Abr. de 2019

0 votos

Thanks !! It works :)

Categorías

Más información sobre Mathematics en Centro de ayuda y File Exchange.

Preguntada:

el 27 de Abr. de 2019

Comentada:

el 27 de Abr. de 2019

Community Treasure Hunt

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

Start Hunting!

Translated by