BA - MATLAB Central
photo

BA


Last seen: 約2年 前 2022 年からアクティブ

Followers: 0   Following: 0

統計

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

15 質問
0 回答

ランク
222,401
of 298,313

評判
0

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

回答採用率
40.0%

獲得投票数
0

ランク
 of 20,563

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 160,817

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

スコア
0

バッジ数
0

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

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

平均評価

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

平均いいねの数

  • Thankful Level 3

バッジを表示

Feeds

表示方法

質問


how to create a fan shape/ arc inside an image?
I want to change the rectangular into fan-shape or arc.

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

1

回答

質問


How to plot a heatmap image using PCA loadings?
I need some guidance to plot or reconstruct a heatmap image as the attached image used PCA loading.

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

1

回答

質問


Error with anisotropic diffusion script
I tried to use the attached 'anisotropic diffusion' script but it gives me an error that it does not work on 3d image. I wonder ...

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

1

回答

質問


How to get the first derivative of pixels along of line?
#Here's my code #it works for one frame when I did 'plot(diff(test))' but I need a way to implement it to the whole images ims...

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

1

回答

質問


How to increase the resolution of a list of images
I did 'image variance' for a list of images but the region of interest shows black line (see picture 1) instead of white as in...

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

1

回答

質問


How to concatenate/combine a list of images in one mat.file (convert picture 1 into picture 2)
I tried a loop but it did not work: for i = 1:size(df,3) imshow(df(:,:,i)) end

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

1

回答

質問


How to 'aggregate' a stack of images (picture 1) in matlab as in attached picture 2
I tried to use loop as below for i = 1 : 10 imshow(df(:,:,i)) % Problem because df is the structure, not the 3-D array dff...

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

2

回答

質問


how to solve 'ones error' in my code below
Error using ones Size inputs must be integers. Error in matlab.internal.builtinhelper.repmat (line 59) B = A(ones(siz,'...

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

1

回答

質問


Any suggestions to calculate the threshold of pixel intensity between two regions(the dip represents low intensity)
%this code calculates the center of mass/gavity bewteen the pharyngeal wall and tongue root imshow(matrix(:,:,1)) ...

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

1

回答

質問


Any suggestions to calculate the threshold of pixel intensity (the dip represents low intensity)
imshow(matrix(:,:,1)) [x ,y]= ginput(2); I = matrix(:,:,1); for i=1:size(matrix,3) I=matrix(:,:,i); test = impr...

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

1

回答

質問


Any suggestions to measure the distance between two lines or regions (the dip represents low intensity)
Here I plotted the centre of gravity between two regions, then I would like to measure the distance between these two line usi...

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

1

回答

質問


how to fix this error 'interp2'
imshow(matrix(:,:,1)) %identify axes [x y] = ginput(2); % preallocate matrices cog = zeros(size(matrix,3),1); %cog % loo...

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

1

回答

質問


'improfile' is a missing function in octave, what other options could I use to make my loop works?
imshow(matrix(:,:,1)) %identify axes [x, y] = ginput(2); % preallocate matrices cog = zeros(size(matrix,3),1); % loop start...

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

1

回答

質問


what is the equivalent of 'improfile' in octave?
imshow(matrix(:,:,1)) %identify axes [x, y] = ginput(2); % preallocate matrices cog = zeros(size(matrix,3),1); % loop start...

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

1

回答

質問


fix a center of gravity loop
imshow(matrix(:,:,1)) %identify axes [x, y] = ginput(2); % preallocate matrices cog = zeros(size(matrix,3),1); % the lo...

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

1

回答