Community Profile

photo

Mohammed


Active since 2016

Statistics

  • Thankful Level 1

View badges

Content Feed

View by

Question


how to display a 1D cell array containing one or more images as an image?
I am writing a MATLAB function that takes a 1D cell array that contains one or more images as an input. i want the function to t...

7 years ago | 1 answer | 0

1

answer

Question


Adding corresponding pixels of input images to produce an output image in matlab
I am writing a function that can take any number of 1D arrays representing coloured images. the output should be a 3D array to r...

7 years ago | 2 answers | 0

2

answers

Question


Write a function to extracts number between 2 letters?
I am trying to write a MATLAB code that extracts a 3 digit number in between two letters. the tricky part is that the letter aft...

7 years ago | 3 answers | 0

3

answers

Question


How do i create a 1D array that has 100 rows, 100 columns and 3 layers?
i am a biginner in MATLAB. i want to know how can i create a 1D array with three elements:100 rows,100 columns and 3 layers? ...

7 years ago | 1 answer | 0

1

answer

Question


how to write a function to return -1 if string is not found in matlab??
I wrote a function that finds a 3 digit number of a filename? i need to write an if statement to return -1 if this part of the f...

7 years ago | 1 answer | 0

1

answer

Question


how do I write a for loop that calls a function for each output value of another function?
I wrote two functions, one of them needs to contain a for loop that calls another function for each output value [M]=FirstFunct...

7 years ago | 1 answer | 0

1

answer

Question


How do i combine a set of images on MATLAB?
I am trying to write a function that Combines coloured images into a single RGB image(the images are the inputs which are entere...

7 years ago | 2 answers | 0

2

answers

Question


Calling a function inside another function ?
I have a function called [S]=FirstFunction(a,b) inside this function, i want to call another function called [a,b,c]=SecondFunc...

7 years ago | 1 answer | 0

1

answer

Question


How do i call a function inside another function?
i wrote 2 functions separately. in one of these functions, i need to call the other function inside it? how do i do that? Thank...

7 years ago | 2 answers | 0

2

answers

Question


How to extract a specific 3 digit number from a filename?
I have this filename (hst_05773_05_wfpc2_f502n_wf_sci.tif) and i would like to extract the three digit number after the _f . ...

7 years ago | 2 answers | 1

2

answers