Sara Foster - MATLAB Central
photo

Sara Foster


Last seen: 4 years 前 自 2019 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB AnswersFrom 09/19 to 04/25Use left and right arrows to move selectionFrom 09/19Use 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

7 个提问
1 个回答

排名
30,364
of 297,950

声誉
1

贡献数
7 个提问
1 个回答

回答接受率
71.43%

收到投票数
1

排名
 of 20,508

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 159,928

贡献数
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...

5 years 前 | 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...

5 years 前 | 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 ...

5 years 前 | 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...

5 years 前 | 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...

5 years 前 | 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...

5 years 前 | 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...

5 years 前 | 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...

5 years 前 | 1 个回答 | 0

1

个回答