Community Profile

photo

tejas


Active since 2013

Followers: 0   Following: 0

Message

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


after executing code in dsp tool, i am getting some garbage value in the output variable along with the required one. how to get rid of these.
for example after executing code i should get value 1001110 stored in variable b but along with this i am getting 1001110 15 16(...

10 years ago | 0 answers | 0

0

answers

Question


how can i solve the error of reading permission during loading of number of images from a folder
d=dir('d:\train2'); for i=1:4 fname=d(i).name; z=imread(fname,'bmp'); end this code is giving error ??? Error ...

11 years ago | 3 answers | 1

3

answers