Community Profile

photo

Mohit Yadav


Last seen: mer än 2 år ago Active since 2021

Followers: 0   Following: 0

Statistics

Feeds

View by

Question


Regarding 'Or' condition in if statement., this code is running in Octave but not in Matlab. Could anyone help, how to make it work in Matlab. This is just an eg.
clear all; close all; clc; Question = input('Would you like to continue, [Y/N] \n','s') if (Question=='Y') || (Question=='y'...

mer än 2 år ago | 1 answer | 0

1

answer