Ralph
Followers: 0 Following: 0
Statistica
9 Domande
0 Risposte
RANK
77.551
of 297.046
REPUTAZIONE
0
CONTRIBUTI
9 Domande
0 Risposte
ACCETTAZIONE DELLE RISPOSTE
33.33%
VOTI RICEVUTI
0
RANK
of 157.776
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
Feeds
Domanda
I want this code to show output like this using loops
I have written this matlab code to return an image with 50*1000 pixels strip now I want to make my pixel strip black and white u...
circa 4 anni fa | 1 risposta | 0
1
rispostaDomanda
What does this code do
I am picking up on someone else's code and I am having trouble understanding the meaning of the following lines: [row,c]=si...
circa 4 anni fa | 1 risposta | 0
1
rispostaDomanda
How to loop through all the rows of size using a for loop
while hasdata(ADS) x = read(ADS); %[x,Fs]=audioread('C:\Users\vvb\Documents\New\pan.wav'); sname='Sheet1'; startingColu...
oltre 4 anni fa | 0 risposte | 0
0
risposteDomanda
looping through total size and calculating standard deviation of each frame.
I want my loop to run from 1 to length of x. x contain total 67000 frames and I want that my code loop through each frame at a t...
oltre 4 anni fa | 1 risposta | 0
1
rispostaDomanda
Calculating standard deviation of matrix
ADS = audioDatastore(folder); while hasdata(ADS) x=read(ADS); P=8; % no of neighbours for computation b_right=zeros(1,4...
oltre 4 anni fa | 1 risposta | 0
1
rispostaDomanda
Array results showing negative values
[row,c]=size(x); total_frames=row/9; k=1; i=5; aa=rem(row,P+1); last_index=row-aa; for i=5:9:last_index %runs for tatal n...
oltre 4 anni fa | 0 risposte | 0
0
risposteDomanda
I want my loop to run backward and print all values which are before 5.
for i=5:9:last_index for j=5:-1:1 d=j; end end I want my loop to run backward and print all values which ar...
oltre 4 anni fa | 1 risposta | 0
1
rispostaDomanda
Index exceeds the number of array elements (9).
[row,c]=size(x); total_frames=row/9; k=1; i=5; aa=rem(row,P+1); % in this case P+1=9; last_index=row-aa; for i=5:9:last_i...
oltre 4 anni fa | 1 risposta | 0
1
rispostaDomanda
Writematrix command not writing data in my excel sheet
sname='Sheet1'; startingColumn='A'; nextRow='1'; filename = 'C:\Users\vvb\Documents\New\ltp.xlsx'; ltp_hist_uper=hist(ltp_u...
oltre 4 anni fa | 1 risposta | 0