Community Profile

photo

Ahmed Abdulmunem


Last seen: 1 year ago Active since 2016

Statistics

  • Explorer
  • Thankful Level 1

View badges

Content Feed

View by

Question


Index exceeds the number of array elements (1).
Hi guys , how can i fix this cost_benefit=[]; controller_cost=1; k=4; for i=1:k cost_benefit(1,i)=(controller_cost*i...

3 years ago | 1 answer | 0

1

answer

Question


Out of memory problem in small size image
I'm using a code to process an image of size *512x512* but get *Out of memory* error every time i run the code and when i use *3...

7 years ago | 1 answer | 0

1

answer

Question


Saving images in JPG format, as grayscale, but i get white image in full
I tried to save an output image in a file using imwrite(output_image , 'filename.jpg' , 'JPG'); but i get white image in full in...

7 years ago | 2 answers | 0

2

answers