photo

DEVANAND


Last seen: mehr als 3 Jahre vor Aktiv seit 2012

Followers: 0   Following: 0

Nachricht

Statistik

All
MATLAB Answers

14 Fragen
3 Antworten

Cody

0 Probleme
1 Lösung

RANG
7.585
of 300.365

REPUTATION
6

BEITRÄGE
14 Fragen
3 Antworten

ANTWORTZUSTIMMUNG
35.71%

ERHALTENE STIMMEN
3

RANG
 of 20.933

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG
110.993
of 168.262

BEITRÄGE
0 Probleme
1 Lösung

PUNKTESTAND
20

ANZAHL DER ABZEICHEN
1

BEITRÄGE
0 Beiträge

BEITRÄGE
0 Öffentlich Kanäle

DURCHSCHNITTLICHE BEWERTUNG

BEITRÄGE
0 Highlights

DURCHSCHNITTLICHE ANZAHL DER LIKES

  • First Review
  • Thankful Level 1
  • Solver

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


Visualizing an aggregation pattern properly?
So my program is giving me an aggregation pattern output whose video is available <https://www.youtube.com/watch?v=qujmGZCtj6k&f...

etwa 10 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


Lagrange interpolation for 2D inputs like images?
Hi everyone. Do any one has code or link for lagrange interpolator in matlab for 2D data ( like for image interpolation etc ). T...

etwa 10 Jahre vor | 0 Antworten | 1

0

Antworten

Frage


Can someone help vectorize this loop?
Hi, Can this code be vectorized. If so, can someone help me to do so. Thanks in advance. C is a 201*201 2D matrix. ...

mehr als 10 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How to generate a second order markov chain?
I have 27 symbols (numbers 1 to 27) and a probability transition matrix of size 729*27 for generating a second order markov chai...

fast 11 Jahre vor | 0 Antworten | 1

0

Antworten

Frage


How to make this long if-else chain compact?
I am trying to generate a markov chain based text generator of 2nd order. As a first step, I did a zeroth order Markov chain.But...

fast 11 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
How to query for all the nitrogen coordinates in pdb file?
pdb1 ='/home/devanandt/Documents/VMD/1UBQ.pdb'; x=pdbread(pdb1); atom={x.Model.Atom.AtomName}; n_i=find(strcmp(at...

etwa 11 Jahre vor | 1

| akzeptiert

Frage


How to query for all the nitrogen coordinates in pdb file?
0 down vote favorite I was trying to extract Nitrogen coordinates from ubiquitin protein. I have the 1UBQ.pdb file from h...

etwa 11 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How to modify my 1D random walk sequence to a reflecting type random walk?
I have a sequence 'x' generated as below (for simulating 1D random walk): r=rand(1,1000); r(r>.5)=1; r(r<=.5)=-1; ...

etwa 11 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How to extract the vein pattern from an IR image of finger?
I am trying to isolate (or segment to be precise) the vein pattern from Infra red image of a finger (using MATLAB) like shown ...

mehr als 11 Jahre vor | 2 Antworten | 0

2

Antworten

Beantwortet
How to write this cell to a csvfile?
OK I did it. This is how I did: fid = fopen('junk.csv','w'); fprintf(fid,'%s,%s\n',xx{1,:}); % cell name xx with 4*2 ele...

mehr als 11 Jahre vor | 0

Frage


How to write this cell to a csvfile?
Hi all, If I have a cell with contents like {'X','Y'; 1,'a'; 2,'c'; 3,'c'} Now I want to convert this cell to...

mehr als 11 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How to efficiently write an alternate code for the below given code?
I have a piece of code, which reads 100000 images, convert it to grayscale and find the histogram of each and finally concatenat...

mehr als 11 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How can I read huge amount of image files and take the corresponding histogram data to a matrix in order?
Hi all, Suppose I have a database of 100000 image files (the names of files are numbers 1.jpg to 100000.jpg) . I want to compute...

mehr als 11 Jahre vor | 3 Antworten | 0

3

Antworten

Beantwortet
Doubt on Covariance matrix of 3 vectors in MATLAB
ok I got it..... Thanks

etwa 12 Jahre vor | 0

Frage


Doubt on Covariance matrix of 3 vectors in MATLAB
Hi all, The covariance matrix of 3 vectors x y and z is defined by cov_matrix(x,y,z) =[var(x) cov(x,y) cov(x,z); ...

etwa 12 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


How to realize this vector operation ?
I have a vector X and 5 states (each state is a vector like A B C D E as below). A = [10 11 12]; B = [20 25]; C = [37 ...

mehr als 12 Jahre vor | 2 Antworten | 0

2

Antworten

Gelöst


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

etwa 13 Jahre vor

Frage


I have a n symbols and a conditional probability matrix, how do I generate an output sequence from this n symbols using their respective conditional probability?
Hi all, I have a n symbols and a conditional probability matrix, how do I generate an output sequence from this n symbols usi...

etwa 13 Jahre vor | 0 Antworten | 0

0

Antworten