photo

Chandradhar Savanth


Attivo dal 2013

Followers: 0   Following: 0

Messaggio

Statistica

MATLAB Answers

8 Domande
1 Risposta

RANK
19.003
of 300.392

REPUTAZIONE
2

CONTRIBUTI
8 Domande
1 Risposta

ACCETTAZIONE DELLE RISPOSTE
87.5%

VOTI RICEVUTI
2

RANK
 of 20.934

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK

of 168.373

CONTRIBUTI
0 Problemi
0 Soluzioni

PUNTEGGIO
0

NUMERO DI BADGE
0

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • Thankful Level 3

Visualizza badge

Feeds

Visto da

Domanda


audio cutter in matlab
Hi, I have loaded an audio-file of 8sec's using 'wavread' function. I have to cut it to say 1sec file. i know that it c...

quasi 12 anni fa | 3 risposte | 0

3

risposte

Domanda


How to label the contour points,including center point.Here contour is created using symbolic variables.
Hi, I have contour which is built using symbolic variables,with the below code. syms w0 w1; J = .9486-1.0544*w0+.8916*w...

quasi 12 anni fa | 0 risposte | 0

0

risposte

Domanda


How to display minimum valley point on the surface,which is drawn using symbolic variables
Hi syms w0 w1; J = .9486-1.0544*w0+.8916*w1+w0*w1+1.1*(w0^2+w1^2); figure;ezsurf(J); i plotted a 3D surface using ab...

quasi 12 anni fa | 2 risposte | 0

2

risposte

Domanda


rounding of the numbers in a array as per a condition
hi.. suppose i have an array x=[1 ,2, -2.2, 2.2, -3, 4]; all the elements of the above array should satisfy the con...

quasi 12 anni fa | 1 risposta | 0

1

risposta

Domanda


how to find maximum value of a column,which satisfies a condition.
hi.. suppose i have a matrix as given below x f1 f2 rank 0.0002 0.0000 3.9991 1.00...

circa 12 anni fa | 1 risposta | 0

1

risposta

Domanda


how to find the sum of product of elements of an array in matlab
hi, let p = [1 2 33 44 -11 -22] is single row multiple column matrix i = index of elements of 'p', in this case i = [1 ...

circa 12 anni fa | 2 risposte | 0

2

risposte

Domanda


Calling same function repeatedly for different set of input parameters,with out using for loop.
Hi... x= 1 2 2 3 4 5 x is a 3x2 matrix z1 = distance(x1,c1); z2 = distance(x2,c2); z3 = dist...

circa 12 anni fa | 1 risposta | 0

1

risposta

Domanda


Delete array element values from another array element values
Hi Everyone, Suppose I have the following A = [1 2 3] and Z = [1 2 3 4 5 6] how do I remove the values of A from...

circa 12 anni fa | 1 risposta | 2

1

risposta