function testo = si_no( bool ) testo = 'No' ; if bool ; testo = 'Si' ; end end