Gistlib Logo

gistlib

tell me hi in matlab

To greet someone with a "Hi" message in MATLAB, you can use the disp() function to display the message on the command window. Here's an example code:

main.m
disp('Hi!')
12 chars
2 lines

This will display the message "Hi!" on the command window.

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
programming
basics
greeting
display`

gistlibby LogSnag