photo

Mohammed


2016 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

10 質問
0 回答

ランク
38,366
of 300,750

評判
1

コントリビューション
10 質問
0 回答

回答採用率
40.0%

獲得投票数
1

ランク
 of 21,073

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 170,837

コントリビューション
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...

9年以上 前 | 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...

9年以上 前 | 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...

9年以上 前 | 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? ...

9年以上 前 | 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...

9年以上 前 | 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...

9年以上 前 | 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...

9年以上 前 | 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...

9年以上 前 | 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...

9年以上 前 | 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 . ...

9年以上 前 | 2 件の回答 | 1

2

回答