photo

Frisda Sianipar


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

Followers: 0   Following: 0

统计学

MATLAB Answers

14 个提问
0 个回答

排名
86,242
of 299,750

声誉
0

贡献数
14 个提问
0 个回答

回答接受率
78.57%

收到投票数
0

排名
 of 20,792

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 165,710

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 3

查看徽章

Feeds

排序方式:

提问


find fractal dimension value
i have the code to find fractal dimension value, but the image limit that can be calculated is only up to 512 x 512. So here I w...

4 years 前 | 1 个回答 | 0

1

个回答

提问


how to prove that the code is correct to generate fractal dimension values
i have found code to find the value of fractal dimension use box-counting method. this is the link : https://www.mathworks.com/...

4 years 前 | 1 个回答 | 0

1

个回答

提问


How to write the name of file into entry of matrices?
I want to write the name of some pictures as a entry of a matrices i have code like this: myFolder = uigetdir; filePattern = ...

4 years 前 | 1 个回答 | 0

1

个回答

提问


convert knnclassify to fitcknn
please help me to convert knnclassify to fitcknn x=readtable("datatraining.xlsx"); latih=x; group=latih(:,3); latih = [latih...

4 years 前 | 1 个回答 | 0

1

个回答

提问


Index in position 2 exceeds array bounds (must not exceed 1)
i get error on this code, can anybody help me please? The error: Index in position 2 exceeds array bounds (must not exceed 1). ...

4 years 前 | 1 个回答 | 0

1

个回答

提问


Save the value of fractal dimension
this example value that i want to save

4 years 前 | 1 个回答 | 0

1

个回答

提问


remove backgroung from the image
Can you help me to remove the backgrond from the image? this is example of image

4 years 前 | 1 个回答 | 0

1

个回答

提问


Classification data with knn method
Hello, I have this dataset and I want to classify it using the knn method and also find the performance accuracy of this classif...

4 years 前 | 0 个回答 | 0

0

个回答

提问


To repair the error about classification
indices = crossvalind('Kfold',label,5); cp=classperf(label); for i = 1:5 test = (indices == i); train = ~test; class =knnc...

4 years 前 | 1 个回答 | 0

1

个回答

提问


to search fractal dimension
This is already the segmentation stage, and I want to find the fractal dimension but it has an error. Can someone help me? im...

4 years 前 | 1 个回答 | 0

1

个回答

提问


Save multiple image automatically
Hi, I'm a final year student at a university in Indonesia. Actually I tried reading the image in matlab and then applying certai...

4 years 前 | 1 个回答 | 0

1

个回答

提问


Save multiple image automatically
image_folder = 'F:\kuliah\semester6\TA2\mencoba'; outfolder = 'F:\kuliah\semester6\TA2\mencoba\hasil'; if ~isdir(outfolder); m...

4 years 前 | 1 个回答 | 0

1

个回答

提问


how to save the output image
citra=imread('ISIC_0024336.jpg'); figure, fig1=imshow(citra); load mri V = squeeze(citra); citra3=montage(reshape(V,size(cit...

4 years 前 | 1 个回答 | 0

1

个回答

提问


how to repair the error of read multiple images in one folder and proceed directly to the background removal stage and generate fractal dimension values from those images
%-Read Folder clc; clear all; image_folder = 'F:\kuliah\semester6\TA2\Implemen'; filenames = dir (fullfile(image_folder, '*....

4 years 前 | 1 个回答 | 0

1

个回答