V = 1:3:29;
out = V(end);
randn[(3,4)]
Given the following MATLAB code:
A = [0 1; 1 0]; B = 2; C = A + B
The command to get more accurate solution for definite integration is
difference between hold on and hold all
The code quad(‘x.^2’,-3,2) is the same as
What is the period of the sawtooth() waveform which is generated by the sawtooth() command
What will be the output of the following code?
for i = 1 : 1
p = i - 1;
i = i + 1;
clc
end
close all;
for x = 1.5 : .5 : 2;
y=3;
x=y+3
clc
end
What is the error in the code
a=[[1;2];(2,3)]