Gistlib Logo

gistlib

write a function to print the capital of france in matlab

main.m
function printCapitalOfFrance()
    capital = 'Paris';
    disp(capital);
end
78 chars
5 lines

similar matlab code snippets

how to calculate the range of a matrix in matlab
how to calculate the mean of a matrix in matlab
how to calculate the laplacian of a function in matlab
how to calculate the indefinite integral of a function in matlab
how to calculate the skewness of a vector in matlab
how to calculate the hessian of a function in matlab
how to calculate the fifth derivative of a function in matlab
how to calculate the fourth derivative of a function in matlab
how to calculate the correlation of two vectors in matlab
how to calculate the minimum of a vector in matlab

related categories

matlab
function
strings

gistlibby LogSnag