Community Profile

photo

pavan kumar


Last seen: 9 mesi fa Attivo dal 2019

Statistiche

  • Thankful Level 2
  • Thankful Level 1
  • First Answer

Visualizza badge

Content Feed

Visto da

Risposto
What is the procedure to find the Histogram coefficients?
what variance /meansquare will give ?

oltre 2 anni fa | 0

Risposto
Histogram
What is the procedure to find the Histogram coefficients?

oltre 2 anni fa | 0

Domanda


What is the procedure to find the Histogram coefficients?
What is the procedure to find the Histogram coefficients?

oltre 2 anni fa | 2 risposte | 0

2

risposte

Domanda


How to remove clutter using Discrete wavelet transform ?
How to remove clutter using Discrete wavelet transform

oltre 3 anni fa | 0 risposte | 0

0

risposte

Domanda


how to read binary file whose data type is integer
how to read binary file whose data type is integer

oltre 3 anni fa | 0 risposte | 0

0

risposte

Domanda


how to read raw data- time series, of data type integer
how to read raw data- time series, of data type integer

oltre 3 anni fa | 0 risposte | 0

0

risposte

Domanda


how to extract TDMS file in matlab ?
i have TDMS file, how to open it in matlab

oltre 4 anni fa | 0 risposte | 0

0

risposte

Domanda


Unable to perform assignment because the size of the left side is 1-by-10000 and the size of the right side is 1-by-20000. how to solve ??
clearvars;close all;clc; count=0; k=10e3:10e3:100e3; for i=1:1:10 p(count+1,:)=rand(1,k(i)); count=count+1; end

oltre 4 anni fa | 1 risposta | 0

1

risposta

Domanda


how to sum first 140 elements every time in an (1 * 21000) array
a=rand(1,21000); how to add (1 to 140,141 to 280, 281 to 420........elements up to 20861 to 21000. and totally i have 21000/14...

oltre 4 anni fa | 2 risposte | 0

2

risposte

Risposto
Remove Entire Column when a condition is met.
C(:,2)=[] C(:,4)=[] C(:,5)=[]

oltre 4 anni fa | 0