photo

Ralph


Last seen: 거의 5년 전 2020년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

9 질문
0 답변

순위
179,086
of 300,851

평판
0

참여
9 질문
0 답변

답변 채택
33.33%

획득한 표
0

순위
 of 21,094

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 171,294

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 2
  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


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...

대략 5년 전 | 답변 수: 1 | 0

1

답변

질문


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...

대략 5년 전 | 답변 수: 1 | 0

1

답변

질문


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...

5년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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...

5년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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...

5년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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...

5년 초과 전 | 답변 수: 0 | 0

0

답변

질문


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...

5년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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...

5년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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...

5년 초과 전 | 답변 수: 1 | 0

1

답변