help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

i am getting the subscript error for the following program please help m


From: address@hidden
Subject: i am getting the subscript error for the following program please help me resolving the problem
Date: Tue, 25 Feb 2014 23:37:54 -0800 (PST)

#Author : Athi Narayanan #M.E, Embedded Systems,#Erode, Tamil Nadu,
India.#http://sites.google.com/site/athisnarayanan/address@hidden
Memory & Command Windowclc;clear all;close all;#Parameters for the
SegmentationnBins=5;winSize=7;nClass=6;#Read Input ImageinImg =
imread('peppers.png');imshow(inImg);title('Input Image');#segmentationoutImg
= inImg(inImg,nBins, winSize, nClass);#Displaying
Outputfigure;imshow(outImg);title('Segmentation Maps');colormap('default');



--
View this message in context: 
http://octave.1599824.n4.nabble.com/i-am-getting-the-subscript-error-for-the-following-program-please-help-me-resolving-the-problem-tp4662331.html
Sent from the Octave - General mailing list archive at Nabble.com.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]