Join our online course on MATLAB Fundamentals at mlhp.link/MATLABFunda/ Read this & subsequent lessons at matlabhelper.com/course/matlabfunda-c5l1-logical-relational-operator/
The way relational operators represented outside the hexagon and binary operators outside the rhombus was awesome. And the explanation about logical operator "combines two or more relational operators " can't be forgotten forever. Other functions like any(x),all(x) and the consequences should have explained with examples.
jeyavani cm, Thanks for your comment. Your suggestions are valuable. We would love to improve our videos. Please do suggest how we can improve your experience further, and We will do our best for you.
very well explained all the operator with its example.I learn new operator ceilx which round to upper value floor which round the lower value,strcmp which compare the string.
Good explaination about various types of #logical and #relational operators. Various types of relational operators such as #greatrthan, #lessthan, #equal_to, #note_qual_to etc are explained well. Various types of logical operators such as #logical_AND, #logical_OR, #logical_XOR etc. Some other useful functions covered are #any(x), #all(x), #find(x) , #isequal(x1,x2) , #abs(x) and many more.
Good use of #animation. nice plus short explanation of operators. in my opinion the video should contain the written codes about how to write n use them
Kaushal Gupta, Thanks for your comment. Your suggestions are valuable. We would love to improve our videos. Please do suggest how we can improve your experience further, and We will do our best for you.
The video was clear and brief regarding the operators ,examples should have been given for each additional functions , other explanations were briefly done.
sachit basina, Thanks for your comment. Your suggestions are valuable. We would love to improve our videos. Please do suggest how we can improve your experience further, and We will do our best for you.
In this video I have learnt about 6 relational operators like and 4 logical operators and some of the functions to round up, comparison and absolute value
Logical and Relational operators are well explained. #strcmp is very useful command while dealing with transform theory. It has a wide variety of applications. #Ceil and #Floor are another useful commands used in code compression techniques
Like in C programming matlab also offers relational(#equal,#notequal,#greaterthan #lessthan) and logical operations(#and,#or,#not,#exor) which was clearly mentioned in the video. Some additional funtions like #any,#all, #find ,#isequal,#abs,#mod are also explained.
The video is and well Good explain in the descriptive way it would be more useful to beginners if the concepts are explained in programmatic way (taking the sample program and explaining it )
This video lets you know about ways to control the flow of program execution and for this #branching statements are used. It tells about two types of operators #Relational and #logical and their types.It also lets you know about various other functions like any,all,find,isequal,strcmp,abs,ceil,floor,mod.
This video lets us know about different types of relational and logical operators in MATLAB. The syntax of these functions are very much similar to those used in C++ and python for e.g, #isequal(), #strcmp()
Video gives brief idea about #logical ,# relational operators in MATLAB. Also teachces How to use them .Likewise #C to #implement any logic we need such operators in our code.
nitin mukesh, Thanks for your comment. Your suggestions are valuable. We would love to improve our videos. Please do suggest how we can improve your experience further, and We will do our best for you.
Ayush Sharma, Thanks for your comment. Your suggestions are valuable. We would love to improve our videos. Please do suggest how we can improve your experience further, and We will do our best for you.
Sai Teja Pabbisetti, Glad to see your appreciation for our Video. Do support us by Subscribing to our TH-cam Channel at th-cam.com/users/matlabhelperteam
Join our online course on MATLAB Fundamentals at mlhp.link/MATLABFunda/
Read this & subsequent lessons at matlabhelper.com/course/matlabfunda-c5l1-logical-relational-operator/
The way relational operators represented outside the hexagon and binary operators outside the rhombus was awesome. And the explanation about logical operator "combines two or more relational operators " can't be forgotten forever.
Other functions like any(x),all(x) and the consequences should have explained with examples.
jeyavani cm, Thanks for your comment. Your suggestions are valuable. We would love to improve our videos. Please do suggest how we can improve your experience further, and We will do our best for you.
Excellent explanation with great animation and representation.
Sachin Yadav, Glad to see your appreciation for our Video. Do support us by Subscribing to our TH-cam Channel at th-cam.com/users/matlabhelperteam
Concept of the Relational operator and logical operator is made clear in a simple way.
Ananya Giridhar, Glad to see your appreciation for our Video. Do support us by Subscribing to our TH-cam Channel at th-cam.com/users/matlabhelperteam
This video helps us to understand functions of relational and logical operators with some of the functions described briefly
Ashwini Salimath, Glad to see your appreciation for our Video. Do support us by Subscribing to our TH-cam Channel at th-cam.com/users/matlabhelperteam
Informative video. In this video I learn about Logical and relational operator.
mihir rana, Glad to see your appreciation for our Video. Do support us by Subscribing to our TH-cam Channel at th-cam.com/users/matlabhelperteam
this video helps us to know abt diff types of logical and relational operators
Ayyappa Lenka, Glad to see your appreciation for our Video. Do support us by Subscribing to our TH-cam Channel at th-cam.com/users/matlabhelperteam
very well explained all the operator with its example.I learn new operator ceilx which round to upper value floor which round the lower value,strcmp which compare the string.
SHUBHAM SHINDE, Glad to see your appreciation for our Video. Do support us by Subscribing to our TH-cam Channel at th-cam.com/users/matlabhelperteam
very helpful for beginners
Shubham Bhise, Glad to see your appreciation for our Video. Cheers & Happy MATLABing!
this was really helpful
Navaneeth Anand, Glad to see your appreciation for our Video. Do support us by Subscribing to our TH-cam Channel at th-cam.com/users/matlabhelperteam
Good explaination about various types of #logical and #relational operators.
Various types of relational operators such as #greatrthan, #lessthan, #equal_to, #note_qual_to etc are explained well.
Various types of logical operators such as #logical_AND, #logical_OR, #logical_XOR etc.
Some other useful functions covered are #any(x), #all(x), #find(x) , #isequal(x1,x2) , #abs(x) and many more.
rishabh gupta, Glad to see your appreciation for our Video. Do support us by Subscribing to our TH-cam Channel at th-cam.com/users/matlabhelperteam
Good use of #animation. nice plus short explanation of operators. in my opinion the video should contain the written codes about how to write n use them
Kaushal Gupta, Thanks for your comment. Your suggestions are valuable. We would love to improve our videos. Please do suggest how we can improve your experience further, and We will do our best for you.
it will be more helpful for beginners
Thank you. Hope to see you register for more courses at matlabhelper.com/courses
The video was clear and brief regarding the operators ,examples should have been given for each additional functions , other explanations were briefly done.
sachit basina, Thanks for your comment. Your suggestions are valuable. We would love to improve our videos. Please do suggest how we can improve your experience further, and We will do our best for you.
Really nice tutorial using animation.
#Relational Operators: ==(Equal to),~=(not equal to), >(Greater than),>=(Greater than or equal to),
Anish Gupta, Glad to see your appreciation for our Video. Cheers & Happy MATLABing!
In this video I have learnt about 6 relational operators like and 4 logical operators and some of the functions to round up, comparison and absolute value
Priyadarshini Natarajan, Glad to see your appreciation for our Video. Cheers & Happy MATLABing!
Logical and Relational operators are well explained. #strcmp is very useful command while dealing with transform theory. It has a wide variety of applications. #Ceil and #Floor are another useful commands used in code compression techniques
Rajat Ligade, Glad to see your appreciation for our Video. Cheers & Happy MATLABing!
Like in C programming matlab also offers relational(#equal,#notequal,#greaterthan #lessthan) and logical operations(#and,#or,#not,#exor) which was clearly mentioned in the video. Some additional funtions like #any,#all, #find ,#isequal,#abs,#mod are also explained.
Rohith Reddy, Glad to see your appreciation for our Video. Do support us by Subscribing to our TH-cam Channel at th-cam.com/users/matlabhelperteam
The video is and well Good explain in the descriptive way it would be more useful to beginners if the concepts are explained in programmatic way (taking the sample program and explaining it )
Thank you for the feedback. Enroll in other courses at matlabhelper.com/courses
The appreciate the animation work.
lavanya .g, Glad to see your appreciation for our Video. Do support us by Subscribing to our TH-cam Channel at th-cam.com/users/matlabhelperteam
This video lets you know about ways to control the flow of program execution and for this #branching statements are used. It tells about two types of operators #Relational and #logical and their types.It also lets you know about various other functions like any,all,find,isequal,strcmp,abs,ceil,floor,mod.
shivani singh, Glad to see your appreciation for our Video. Do support us by Subscribing to our TH-cam Channel at th-cam.com/users/matlabhelperteam
This video lets us know about different types of relational and logical operators in MATLAB. The syntax of these functions are very much similar to those used in C++ and python for e.g, #isequal(), #strcmp()
Vivek Singh, Glad to see your appreciation for our Video. Do support us by Subscribing to our TH-cam Channel at th-cam.com/users/matlabhelperteam
Video gives brief idea about #logical ,# relational operators in MATLAB. Also teachces How to use them .Likewise #C to #implement any logic we need such operators in our code.
Akash Munde, Glad to see your appreciation for our Video. Do support us by Subscribing to our TH-cam Channel at th-cam.com/users/matlabhelperteam
You Could use flow chart it gives better representation than animation
nitin mukesh, Thanks for your comment. Your suggestions are valuable. We would love to improve our videos. Please do suggest how we can improve your experience further, and We will do our best for you.
programming examples is needed
Ayush Sharma, Thanks for your comment. Your suggestions are valuable. We would love to improve our videos. Please do suggest how we can improve your experience further, and We will do our best for you.
#Relational operators:==(equal to),~=(not equal to),>(greater than),>=(greater then or equal to),
Disha Nikam, Glad to see your appreciation for our Video. Do support us by Subscribing to our TH-cam Channel at th-cam.com/users/matlabhelperteam
Very useful for beginners
Sai Teja Pabbisetti, Glad to see your appreciation for our Video. Do support us by Subscribing to our TH-cam Channel at th-cam.com/users/matlabhelperteam