![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/10601672_1547019353205.jpg)
Bachtiar Muhammad Lubis
Followers: 0 Following: 0
Statistik
15 Fragen
0 Antworten
RANG
220.495
of 297.016
REPUTATION
0
BEITRÄGE
15 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
60.0%
ERHALTENE STIMMEN
0
RANG
of 20.419
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 157.725
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
can't run a function which is part of a project itself after rendering to executable file.
i rendered an executable file yesterday but unfortunately there was a function don't run, while it run in matlab editor perfectl...
mehr als 5 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
How to solve Reference to non-existent field 'a '. Error
this my code is : function varargout = MyTab3TestNew(varargin) %{ HOW TO CREATE A NEW TAB 1. Create or copy ...
etwa 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to perform regionprops to specifically get object's centroid
i have a vector row like this : A = [1;1;1;0;0;0;0;0;1;1;0;0;1;1;1;1;0;0;0;0;1;1;1]; And use regionprops function to retrieve ...
etwa 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to show all cell contents which is images 1 by 1 using imshow
i wrote this code a while ago idxSubs = 0; for col = 1 : length(num_char) subplot(4, 7 , 1 + idxSubs); imshow(num_char{1, ...
etwa 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
how to solve Error Output argument "variable_name" (and maybe others) not assigned during call to "function_name".
Good evening to all my brothers and sisters. my codes give some issue that confuse me. these the codes are: Img = imread('Adok...
etwa 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to solve Error using delete. Argument must contain a string.
function [char_out, letter] = projection_profileBeta() clc; % Clear the command window. close all; % Close all figures (ex...
etwa 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Does line() function works in matlab R2015b ?
i had run code that used line() function. and then i got error in line() function. Error using line vectors must be the same...
etwa 6 Jahre vor | 3 Antworten | 0
3
AntwortenFrage
how to determine hidden layer of patternnet using tainscg function (backpropagation) for better accuration
My input is a 127x108 matrix of 108 attributes (the features) of 127 training dataset. the features are from image zoning 3x3. A...
etwa 6 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
How to get the both uncontiguous objects in an image as just an object
i want to loop a word in image, so that i can take every character in that image. but if i use the third dimension of bwlabel as...
etwa 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to solve Function 'subsindex' is not defined of class 'strel'
i ran this code : my_folder = 'D:\pcd\tester\ocr\training_set\training_set'; filenames =dir(fullfile(my_folder,'*.bmp')); tot...
etwa 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
why does training returns different output values with the target sets. using backpropagation
i am learning how to build text document image extraction and recognition using backpropagation. but my ouput training seems w...
etwa 6 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
How to crop each character of text line image based on projection profile
i've cropped text document image into line by line using projection profile, but when i tried to crop those line into separated ...
etwa 6 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
do the testing and the training work similiar using backpropagation for image recognition ?
i run those files about an hour ago. but i read the pelatihan_jst.m (which is training file) and pengujian_jst.m (which is testi...
mehr als 6 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
What does X = [X Y] mean ?
I have the code approximately like this : Word =[]; for m = 1 : N Letter = read_letter(img, num_letters) %read_...
mehr als 6 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
How can i copy .fig file in matlab ?
Yesterday, i try to copy A.fig and its A.m files with different name (B.fig and B.m). But when i ran those copied program, the p...
mehr als 6 Jahre vor | 1 Antwort | 0