Community Profile

photo

Samadhi Hirimuthugoda


Active since 2018

Followers: 0   Following: 0

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


In the created database there is only one raw is saving and previous rows are deleting. What should be the issue with my code?
clc; clear all; close all; [fname,path]=uigetfile('.jpg','Open a image as Input for Training'); c=strcat(path,fnam...

5 years ago | 0 answers | 0

0

answers

Question


This is my first math lab program. When I move to the testing step I got an error. "Invalid expression. When calling a function or indexing a variable, use parentheses. Otherwise, check for mismatched delimiters."
%% Test Image clc; clear all; close all; [fname path]=uigetfile('.jpg','Provide a Image for Testing'); fname=strcat(path,fn...

5 years ago | 1 answer | 0

1

answer

Question


Hi, This is my code.[fname path]=uigetfile('.jpg','open a image as input for trining'); fname=strcat(path,fname); im=imread(fname); imshow(im); title('Input Image'); c=input('Enter the Class (Numbers from 1-10)'); %%Feature extraction F=FeatureStatis
c=input('Enter the Class (Numbers from 1-10)') in here I want to put the image class in string characters. how can I do it inst...

5 years ago | 1 answer | 0

1

answer