Ralph
Followers: 0 Following: 0
Statistik
9 Fragen
0 Antworten
RANG
63.505
of 295.712
REPUTATION
0
BEITRÄGE
9 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
33.33%
ERHALTENE STIMMEN
0
RANG
of 20.274
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 154.317
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
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...
fast 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
fast 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
etwa 4 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
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...
etwa 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
mehr als 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
mehr als 4 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
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...
mehr als 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
mehr als 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
mehr als 4 Jahre vor | 1 Antwort | 0