Rakesh Yadav Kodari
Followers: 0 Following: 0
Statistik
RANG
129.847
of 295.569
REPUTATION
0
BEITRÄGE
18 Fragen
2 Antworten
ANTWORTZUSTIMMUNG
44.44%
ERHALTENE STIMMEN
0
RANG
of 20.247
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 154.105
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
Please help me with zeropadding, Please find the attachment for Graph.
Thia graph represents the calculation I have made by the radar and manual after 30 cms my radar should detect the target. but th...
mehr als 5 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Help needed in frintf statement with if condition I have attached my code below
if (ramps == 1) rampChar = 0; downChar = 0; elseif (ramps == 2) rampChar = 1; downChar = 0; end if (ADCsamples ==...
mehr als 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Matrix with 64 Rows and 16 Columns
Hello Everyone, I have the a matrix with 16 coloumns. Each column I have to split as follows DataA=(1:2:end) DataB=(2:2:end)...
mehr als 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Could anyone help me to understand the peaks?
I have the fft of the signal as shown in the figure attached %Angle calculation [~, indx] = max(abs(X)); Phase ...
mehr als 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Could you please correct my program for single variable but different size and many outputs.
I have a single variable called A. it is a serial ports output and size is infinity. so it gives the output with many different ...
mehr als 5 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
Please can anyone clear my doubt regarding Concatenation of data.
I came to know dynamic variables are bad idea. But i have a small doubt regarding Concatenation of data. Suppose if i have data...
fast 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to use a value of type 'cell' as an index.
I have a Cell letters = A, B, C, D, E, F, G.... I need to use it for indexing for example frames(letters)=fscanf(port); I exp...
fast 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Looping the data along with deliminaters (please find the code below)
I have to read data from the serial port multiple times like A = fscanf(t) B = fscanf(t) C = fscanf(t) D = fscanf(t) E = f...
fast 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How can I equate all values of one vector to another and get the value ? Please find the example below
If I have dataA = [1,2,3,4,5,6,7,8,9]; dataB = [0.1,0.2,0.3,0.4,0.5,0.6,0.7,0.8,0.9,1]; I need to equate for example: 1 = 0....
fast 6 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
Substract only higher then a limit? Please find the example program below.
Suppose dataI = [100;200;300;100;200;300]; limit = 150; if any(dataI >= limit) disp('There is at least one value above ...
fast 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Can I Split the char with out deliminater ? (Please have a look at example)
For example if I have char Data = FD86FA78F79B0425FAEE0866031E02F60742F9840240F6C0F999FE4BF6F407FDFE2208330680FEB20680F6; and i...
fast 6 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
Please help me in positioning start and end of the data(Example is given below)
M0400FCFFFAF2F7D1046DFB3808A2039B02830741F8DB01A2F6EDF94DFECEF73A083DFE6D0826069EFE540659F5D5FCE2FA71F7BE0346F9D608D3018D0525079...
fast 6 Jahre vor | 1 Antwort | 0
1
AntwortCould you please help me combining this data!(screenshot is attached)
I got it newframes=([L,M,N,O,P,Q,R,S,T,U,V]); Thank you
fast 6 Jahre vor | 0
| akzeptiert
Frage
Could you please help me combining this data!(screenshot is attached)
I need to combine from L to V How can I do it like frames = ([LMNOPQRSTUV]); ?
fast 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Please Help me to combine the following data, Cut the data from the combined data and form a new data (screen shots are attached)
I need to combine all the data in the workspace above so i created a excel as follows filename = 'testdata.xlsx'; xlswrite(f...
fast 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Please help me to position the starting and ending point of data
Hello all, I have a long set of data I need to set starting and ending position of data. Starting position is at "M" ending i...
fast 6 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
Please help me to remove "/" from following Data.
I have a data format of -FC4F/-FE2C/-F9D5/-FDA0/05A7/0390/0079/04C0/-FA87/006C/-F978/-FA2E/-FF62/-F899/06CE/-FEA0/0686/0570 I ...
fast 6 Jahre vor | 1 Antwort | 0
1
AntwortI have Mixed data frame of HEX and ASCII as give below, 4 digits from third chracter in the data belongs to HEX and from 15th digit until N(we dont know how long is the data) belongs to ASCII. I want to convert only them to Binary. Please help me
Magnitudedata.RangeFrame = RangeFrame(15:end);
fast 6 Jahre vor | 0
| akzeptiert
Frage
I have Mixed data frame of HEX and ASCII as give below, 4 digits from third chracter in the data belongs to HEX and from 15th digit until N(we dont know how long is the data) belongs to ASCII. I want to convert only them to Binary. Please help me
The dataframe is : !R010000000000cskYB<YFSFMB>>685,0*,)'*,,(+*)(()))(*((()**())**(()((()'((*((-..**,,?MKct?}rqGTL<kz???otj?...
fast 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How can I divide the following RAW data 'ans' seperately with new name and how can Divide each set because it is mixture of Ascii and HEX. Could you please help me regarding this. The answer is appriciable.
ans = '!U5æ01131B8B04CB18CE1DB0 ' ans = '!E0000 ' ans = '!R010000000000cskYB<YFSFMB...
fast 6 Jahre vor | 0 Antworten | 0