photo

Sara Foster


Last seen: 約5年 前 2019 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

7 質問
1 回答

ランク
30,668
of 300,781

評判
1

コントリビューション
7 質問
1 回答

回答採用率
71.43%

獲得投票数
1

ランク
 of 21,088

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 171,031

コントリビューション
0 問題
0 解答

スコア
0

バッジ数
0

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • Thankful Level 3

バッジを表示

Feeds

表示方法

質問


Action shot function with multiple images
My function uses multiple RGB images as a 1xn 1D cell array and the output creates an action shot. For example, this will cons...

6年以上 前 | 1 件の回答 | 0

1

回答

質問


Removing object from image using median filter
My function needs to remove an object from an image and the input is multiple images in the form of a 1xn 1D cell array containi...

6年以上 前 | 1 件の回答 | 0

1

回答

質問


Function returning ans instead of three outputs
My function is: function [R,G,B] = MostDistantPixel(pixels) %rest of code R = ipixel(1) G = ipixel(2) B = ipixel(3) On ...

6年以上 前 | 2 件の回答 | 0

2

回答

質問


Calculating maximum distance from 3 different points
So I generate a test array and three points (Q) using command window: pixels = zeros(1,3,3,'uint8'); pixels(:,:,1) = [54,50,45...

6年以上 前 | 1 件の回答 | 0

1

回答

質問


Using 3D array to subtract row Q from row P
If I have a test array e.g C = [100,100,100;50,50,50;40,40,40] and I use the command P = C(1,1,:), it will give me a value of 10...

6年以上 前 | 1 件の回答 | 0

1

回答

回答済み
Function calculating distance between pixels in 1x1x3 arrays
Okay thank you again, and another problem I'm finding is (C(1,:)-C(2,:)) only subtracts row 2 from row 1, how do we make it so t...

6年以上 前 | 0

質問


Function calculating distance between pixels in 1x1x3 arrays
I have a function which calculates square distance between pixels, however it wants to calculate the distance between 2 pixels w...

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

2

回答

質問


How do I access images from directories using an input command for the extensive file?
I have a function which accesses images from a directory using inputs dirname and the filetype. When I type filenames = image(di...

6年以上 前 | 1 件の回答 | 0

1

回答