Gistlib Logo

gistlib

2*2 in matlab in matlab

To perform the multiplication of 2 by 2 in MATLAB, you can use the following code:

main.m
result = 2 * 2;
disp(result);
30 chars
3 lines

This code will multiply the values 2 and 2, and then display the result, which is 4.

similar matlab code snippets

how to calculate the 99th percentile in matlab
how to calculate cumulative distribution function in matlab
how to calculate the binomial distribution in matlab
how to perform a ztest in matlab
how to plot the binomial distribution in matlab
how to calculate the normal distribution in matlab
calculate the area of a triangle in matlab
calculate the area of a sphere in matlab
find the slope of a set of points in matlab
calculate the volume of a pyramid in matlab

related categories

matlab

gistlibby LogSnag