photo

Angga Lisdiyanto


iSTTS

Last seen: 6 years 前 自 2016 起处于活动状态

Followers: 0   Following: 0

消息

I am a Master student of Information Technology in iSTTS Surabaya, Indonesia.

Facebook : https://www.facebook.com/Angga.Lisdiyanto
Personal website : www.anggalisdiyanto.net
Bussiness website : www.anggasoft.com

统计学

MATLAB Answers

17 个提问
5 个回答

排名
37,170
of 301,383

声誉
1

贡献数
17 个提问
5 个回答

回答接受率
70.59%

收到投票数
1

排名
 of 21,252

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 174,306

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Explorer
  • Thankful Level 3
  • Revival Level 1
  • First Answer

查看徽章

Feeds

排序方式:

提问


Remove Black Lines Using HoughLines Function
Hi, i want to remove a black lines on image by using _houghlines_ function. I want like this : # Detect and remove all hor...

9 years 前 | 1 个回答 | 1

1

个回答

提问


Get Index of Different Cell Value Between Multiple Cell Array
Hi, i want to get index of different cell value between multiple cell array using result of *strcmp*. I know how to use strc...

9 years 前 | 1 个回答 | 0

1

个回答

提问


Retrieve Spesific Row of Cell Matrix
Hi, i want to retrieve spesific row data of cell matrix or with a random method. In example : cell_matrix = { ...

9 years 前 | 1 个回答 | 0

1

个回答

提问


Replace Cell Array with other Cell Array
Hi, i want to replace cell array with other cell array's value. In example : cell_array_1 = { 'i', 'love', 'you', 'you', 'l...

9 years 前 | 1 个回答 | 0

1

个回答

提问


Comparing Couple of Cell Array String
Hi, i want to compare a couple of cell array string. In example : dataset = { 'i', 'love'; 'love'...

9 years 前 | 3 个回答 | 0

3

个回答

提问


Retrieve Both Besides String of Center String
Hi, i want to retrieve both string of center string. In example, i have below data : data = {'a', 'b', 'c', 'o', 'm'} ce...

10 years 前 | 1 个回答 | 0

1

个回答

提问


Words Correction of Sentence
Hi, i want to implement a post-processing for sentence correction from SVM Machine Learning. I did know Machine Learning, but...

10 years 前 | 0 个回答 | 0

0

个回答

已回答
NLP for MATLAB
Nothing Matlab can to do, there is no function for Text Mining or NLP yet. But there are several self made code from smart pe...

10 years 前 | 0

已回答
Matlab Become Very Slow After Weka
After i reinstall Matlab, my problem has gone. Now, Matlab's perfomance is normal. Thus, i was increase Matlab's Java heap...

10 years 前 | 0

| 已接受

提问


Matlab Become Very Slow After Weka
Hi, i was set *maxheap* in the *RunWeka.ini* for Weka become 4000m. It is because of my Weka always OutOfMemory for Machine Lear...

10 years 前 | 1 个回答 | 0

1

个回答

提问


Matlab Leave-one-out Cross Validation for SVM
Hello & Assalamu'alaikum, I was train a 2592 data with 512 for it's feature. I wonder, is my code are correct? Because of t...

10 years 前 | 0 个回答 | 0

0

个回答

已回答
String Class for Confusion Matrix
Okay, i got a solution. The solution is by using <http://www.mathworks.com/matlabcentral/fileexchange/42008-content-based-image-...

10 years 前 | 0

| 已接受

提问


String Class for Confusion Matrix
Hi, my code is like below : predictors = [apple apple watermelon watermelon orange orange]; validationPredictions = [app...

10 years 前 | 1 个回答 | 0

1

个回答

已回答
How can I add a new row of results in excel every time when I click the push button in GUI?
Maybe this is an answer : * http://www.mathworks.com/matlabcentral/newsreader/view_thread/306596 * http://www.mathworks.com...

10 years 前 | 0

提问


Loop Failed for Extracting Matrix from Cell Arrays
The result of code below is 0 for all elements in each matrix, why? for i=1:512 for ii=1:64 for iii=1:8 ...

10 years 前 | 1 个回答 | 0

1

个回答

提问


Gabor Feature Vector Algorithm
I have found an algorithm for generate a feature vector of Gabor Filter from one of handwritting text recogntion paper like this...

10 years 前 | 0 个回答 | 0

0

个回答

提问


Failed to Call Classification Learner's Testing Function
I was using a Matlab R2015b's Classification Learner Toolbox. I was successful in importing file data and export it into an Expo...

10 years 前 | 3 个回答 | 0

3

个回答

提问


Feature Vector of Matlab's Gabor Built in Function
I was create a Bank of Gabor with *gabor* function and using it for *imgaborfilt* function. These function is Matlab R2015b's...

10 years 前 | 1 个回答 | 0

1

个回答

提问


Smoothing Jagged Black & White Handwritten Text Image
I was convert my image become Black & White by using *im2bw*. The result is very jaggy like this : <</matlabcentral/answer...

10 years 前 | 1 个回答 | 0

1

个回答

提问


Change Minimum Distance of Zero Matrix
How to change a low distance of non-zero matrix with a custom value? Example : m = [0 0 0 0 1 2 2 0 0 5 3 4 5 0 0 0 0 0 9 9...

10 years 前 | 3 个回答 | 0

3

个回答

提问


Count Zeros Length Matrix Into an Array
I want to get all length of zero values alternately and consecutively. In example : m = [0 0 0 0 1 2 2 0 0 5 3 4 5 0 0 0 0...

10 years 前 | 1 个回答 | 0

1

个回答