The ode45 takes the function as
s1 = "hello";
s2 = "world";
s1 == s2
The output of the above code is,
What is the output of the following code?
solve[‘x^2+1=0’]
The current characteristics of RC networks are better analyzed by Laplace than differentiation methods.
these functions help you to save and load variables
>> save Lays a b
>> load('myfile.mat')
What is the output of the following code?
M = [11 5 6 3 10 5];
value = sum([M]==5)
Double integration of a function can be done by using the _____ command
The function first_class
takes an array of student marks (M) as input and returns the number of students who have scored at least 80 marks (num).
Statement 1- %s is used to prevent the printing of insignificant zeros
Statement 2- %nz is used to prevent the printing of insignificant zeros
Statement 3- %g is used to prevent the printing of insignificant zeros
Statement 1- A cubic system can be represented using the function stem()
Statement 2- A cubic system can be represented using the function display
Statement 3- A cubic system can be represented using the function plot3