Skip to content
Post by amh » Thu Jan 06, 2022 2:43 pm
Code: Select all
z = -10; if (z < 0) disp('negative'); else disp('positive'); end
Return to “MATLAB”