Sagar Dhage
Indian Institute of Technology Ropar
Followers: 0 Following: 0
Statistik
RANG
190.231
of 295.467
REPUTATION
0
BEITRÄGE
12 Fragen
2 Antworten
ANTWORTZUSTIMMUNG
58.33%
ERHALTENE STIMMEN
0
RANG
of 20.234
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 153.912
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
how to delete field in struct in loop?
In have struct A having fields A1(2x1), A2(2x1), A3(12x1) ....A100(23x1). I want to delete fields whose size is (2x1). how to d...
etwa 10 Jahre vor | 1 Antwort | 0
1
AntwortFrage
how to split column vector when 0 come?
I have a column vector A= (0;23;45;64;34;3;0; 12; 14;0; 12;354;13;324;25;254;0) I want to split A column vector when ) values 0...
etwa 10 Jahre vor | 1 Antwort | 0
1
AntwortFrage
how to extract element from column vectors
I have P1= (x1; x2; x3...upto x80), similarly P2= (y1; y2;.. upto y80), and so on .....upto P31 column vector. Eac...
mehr als 10 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
remove elements...and save in another vector...
I have column vector like this P=[ *0;455.444;* 326.416; 333.008; 200.806; 273.315; *267.822; 268.066;0* ; *457.153;* *206.17...
mehr als 10 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Extract element from column vector with condition
I have column vector P=[ *0;* 212; 111; 190; *0;* 223; *123; 200;* 189; 219; *0;* 190; *175; 202;* 167; 181 ....and so...
mehr als 10 Jahre vor | 3 Antworten | 0
3
AntwortenFrage
How to Convert vector elements to zero for certain N length when its values gets negative?
I have a column vector F= (0; 0; 0; 0; 5; 7; 12; 11; 23; 32; 22; 10; 8; *-6* 0; -8; 1; 4; 8; -5; 0; 0; 0; 6; 8; 9; 13; 14; 12;...
mehr als 10 Jahre vor | 4 Antworten | 0
4
AntwortenHi i have a signal. i want to calculate peak and area of the signal.
[peaks, location]= findpeaks(data)
mehr als 10 Jahre vor | 0
Frage
I have some force data and corresponding time data. How to remove vibration signal from force data?
I have some force data and corresponding time data. After having force signals (with large time gap) some vibration signals are ...
mehr als 10 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
How to Resize data in column vector?
I have column vector A=(0;0;0;0;0;232;222;245;342;232; 0;0;0;0;0;0;0345;323;324;345;343;0;0;0) How I can keep only one zero suc...
mehr als 10 Jahre vor | 3 Antworten | 0
3
AntwortenFrage
Find X of corresponding Y which is manipulated?
i need to extract the exact values where the increasing and decreasing trend starts. I have Fx (column vector) and correspond...
mehr als 10 Jahre vor | 1 Antwort | 0
1
AntwortFrage
find X of corresponding local minima
I have Fx values (ie Y) and corresponding T values (X). To findout the local minima, i have used following prog. [Maxima,MaxIdx...
mehr als 10 Jahre vor | 2 Antworten | 0
2
Antwortenhow to find corresponding values
Oh yes. Thank a lot.. Im a new learner, so couldn't find that time.
mehr als 10 Jahre vor | 0
Frage
how to find corresponding values
I have values for Fx and T. I have found out the peaks in Fx using 'Findpeaks', stored in [pks_Fx, locs_Fx]. Now I have to find ...
mehr als 10 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
I have X vector and Y vector. I have plotted graph. Now I sorted out some peak values (from Y). Stored in pks. Now, corresponding to these peaks values(pks), how I can find its corresponding X values?
I have X vector and Y vector. I have plotted graph. Now I sorted out some peak values (from Y). Stored in pks. Now, correspondin...
mehr als 10 Jahre vor | 1 Antwort | 0