Mohammed - MATLAB Central
photo

Mohammed


自 2016 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB AnswersFrom 09/16 to 04/25Use left and right arrows to move selectionFrom 09/16Use left and right arrows to move left selectionTo 04/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

10 个提问
0 个回答

排名
38,589
of 298,264

声誉
1

贡献数
10 个提问
0 个回答

回答接受率
40.0%

收到投票数
1

排名
 of 20,554

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 160,718

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


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...

8 years 前 | 1 个回答 | 0

1

个回答

提问


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...

8 years 前 | 2 个回答 | 0

2

个回答

提问


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...

8 years 前 | 3 个回答 | 0

3

个回答

提问


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? ...

8 years 前 | 1 个回答 | 0

1

个回答

提问


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...

8 years 前 | 1 个回答 | 0

1

个回答

提问


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...

8 years 前 | 1 个回答 | 0

1

个回答

提问


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...

8 years 前 | 2 个回答 | 0

2

个回答

提问


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...

8 years 前 | 1 个回答 | 0

1

个回答

提问


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...

8 years 前 | 2 个回答 | 0

2

个回答

提问


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 . ...

8 years 前 | 2 个回答 | 1

2

个回答