Community Profile

photo

aldif


Active since 2014

Statistics

  • Thankful Level 1

View badges

Content Feed

View by

Question


Error line (350) imread pls help me solve it !!
my code like this: addpath(genpath('C:\Users\alfit\Documents\MATLAB')) img_name='C888tif' I=imread('C888tif'); ...

9 years ago | 1 answer | 0

1

answer

Question


load images and save it into another format in matlab
My code typically like below: file = dir('C:\Users\doey\Documents\Sushi time ,Pv10'); file = file(~[file.isdir]); NF =...

9 years ago | 1 answer | 0

1

answer

Question


load file and saving in other format (image files)
I currently trying to write a code to load my image from a directory and loop each each of them in Matlab then i need to save m...

9 years ago | 2 answers | 0

2

answers