Rutika Titre
2015년부터 활동
Followers: 0 Following: 0
Feeds
질문
How to Segment the characters from left to right
Hello Sir, I am segmenting line of text and then want to segment individual characters from left to right. In my code after a...
거의 9년 전 | 답변 수: 2 | 0
2
답변질문
problem in fscanf with reading the data
I have a text file fidr = fopen('..\source\real_input.txt','r'); and I have used xreali=fscanf(fidr,'%d'); to read it. fidr ...
거의 9년 전 | 답변 수: 1 | 0
1
답변질문
Sliding window for font recognition?
Sir there is a technique using sliding window, which mover from left to right and at the same time extracts the features of ever...
거의 9년 전 | 답변 수: 0 | 0
0
답변질문
For font recognition thinning will be an appropriate step to extract feature?
Hi, I am doing a project on Font recognition using HMM model. I have done pre-processing. Converted RGB to Gray,Then Gray to bi...
거의 9년 전 | 답변 수: 3 | 0
3
답변질문
any size of matrix
Hi! I have a matrix of 5X5 as my input matrix I want to create array of ones of 5X5 I=ones(length(M)); where M is my input matri...
거의 9년 전 | 답변 수: 1 | 0
1
답변질문
how to assign our output in an empty matrix
M working on a matrix of size 5X8 lets say its iimat. On this matrix I am applying one algorithm on each row of matrix iimat and...
거의 9년 전 | 답변 수: 1 | 0
1
답변질문
how to come out of loop after getting a positive elemnt
hello, if my row vector x=[-1 -1 -1 -1 -1 3 -1 -1], I am sorting this row vector by giving s=sort(x); so i get the s=[-1 -1 -...
거의 9년 전 | 답변 수: 1 | 0
1
답변질문
How to generalize the size of identity matrix as that of any size of input matrix
My input matrix M of size 5X5, I want an identity matrix of its size so I gave I=ones(5).I have to change every time the size of...
거의 9년 전 | 답변 수: 1 | 0
1
답변질문
Removing /eliminating bottom rows of a matrix
I have a matrix imat=[1 1 1 1 1 1 1 0 1 1 1 1 0 0 0 1 1 ...
거의 9년 전 | 답변 수: 1 | 0
1
답변질문
hi!! I am at the end of my project, please help me.
I have two rows ft=[0 0 -1 0 -1 -1] and st=[0 0 -1 0 0 -1] I want the position of equal elements i.e for 0 when comparing both ...
거의 9년 전 | 답변 수: 1 | 0
1
답변질문
I am working on a matrix on Gate Level Delay Computing-Commom Subexpression Elimination (GLDC-CSE)
my matrix is mat=[0 0 0 0 0;0 0 -1 0 0;0 0 -1 -1 -1;0 0 -1 0 -1;-1 -1 0 -1 -1] I have written code for CSE, I have to ap...
대략 9년 전 | 답변 수: 1 | 0
1
답변답변 있음
hi every1!!! another question...how to write the MATLAB code according to this flowchart. its a CSD concept. I am not getting how to write MATALB code for the condition..PLz any help vill be appreaciated..M new to MATLAB so finding it difficult.
A= [0 1 -1 0 -1 1 -1 0]; B= [0 1 0 1 -1 0 -1 1]; i=0; Y=0; n=1:8; % Y=A.*B % while(i==n) if (A(...
hi every1!!! another question...how to write the MATLAB code according to this flowchart. its a CSD concept. I am not getting how to write MATALB code for the condition..PLz any help vill be appreaciated..M new to MATLAB so finding it difficult.
A= [0 1 -1 0 -1 1 -1 0]; B= [0 1 0 1 -1 0 -1 1]; i=0; Y=0; n=1:8; % Y=A.*B % while(i==n) if (A(...
대략 9년 전 | 0
| 수락됨
질문
My getting error "Error using bitsrl (line 51) Function bitsrl is not defined for inputs of data type double."
A= [0 1 -1 0 -1 1 -1 0]; B= [0 1 0 1 -1 0 -1 1]; [row col]=size(A); i=0; Y=0; n=1:8; for i=1:row for j=1:col ...
대략 9년 전 | 답변 수: 0 | 0
0
답변답변 있음
hi every1!!! another question...how to write the MATLAB code according to this flowchart. its a CSD concept. I am not getting how to write MATALB code for the condition..PLz any help vill be appreaciated..M new to MATLAB so finding it difficult.
Trying writing MATLAB code for this flowchart but still stuck up....Tried using for loops,while giving various condition but not...
hi every1!!! another question...how to write the MATLAB code according to this flowchart. its a CSD concept. I am not getting how to write MATALB code for the condition..PLz any help vill be appreaciated..M new to MATLAB so finding it difficult.
Trying writing MATLAB code for this flowchart but still stuck up....Tried using for loops,while giving various condition but not...
대략 9년 전 | 0
질문
hi every1!!! another question...how to write the MATLAB code according to this flowchart. its a CSD concept. I am not getting how to write MATALB code for the condition..PLz any help vill be appreaciated..M new to MATLAB so finding it difficult.
<</matlabcentral/answers/uploaded_files/39554/Untitled.png>>
대략 9년 전 | 답변 수: 2 | 0
2
답변질문
Plz help or guide me to write the PEG algorithm code
hey !!! Again a query.....I have been searching on Progressive Edge Growth algorithm. My project is on this algorithm. According...
대략 9년 전 | 답변 수: 0 | 0
0
답변답변 있음
hi every body !! my question is how to get the position of the similar elements in same matrix??
hey !!! Again a query.....I have been searching on Progressive Edge Growth algorithm. My project is on this algorithm. Accor...
hi every body !! my question is how to get the position of the similar elements in same matrix??
hey !!! Again a query.....I have been searching on Progressive Edge Growth algorithm. My project is on this algorithm. Accor...
대략 9년 전 | 0
답변 있음
alarm for finishing running of a program
can anyone help to to get a sound of beep after detecting my face in camera. I have extracted all features my features are recog...
alarm for finishing running of a program
can anyone help to to get a sound of beep after detecting my face in camera. I have extracted all features my features are recog...
대략 9년 전 | 1
답변 있음
hi every body !! my question is how to get the position of the similar elements in same matrix??
Thank u all, I really appreciate that you all tuk time to help me out vth this.I am a novice to MATLAB. Thank u so much
hi every body !! my question is how to get the position of the similar elements in same matrix??
Thank u all, I really appreciate that you all tuk time to help me out vth this.I am a novice to MATLAB. Thank u so much
대략 9년 전 | 0
질문
hi every body !! my question is how to get the position of the similar elements in same matrix??
suppose if i have matrix M=[0 0 0 0 0;0 0 -1 0 0; 0 0 -1 0 -1;0 0 -1 0 -1; -1 -1 0 -1 -1]; i have to compare each row as...
대략 9년 전 | 답변 수: 4 | 0