summaryrefslogtreecommitdiff
path: root/3808/CH2/EX2.5/Ex2_5.sce
blob: 9437753cb80f256699c83b8563dbdcfb9469b905 (plain)
1
2
3
4
5
6
7
//Chapter 02:Basic Structures: Sets, Functions, Sequences, Sums and Matrices

clc;
clear;

str=['abcd']
disp(length(str),'Length of the string is:')