photo

Ralph


Last seen: casi 5 años hace Con actividad desde 2020

Followers: 0   Following: 0

Estadística

MATLAB Answers

9 Preguntas
0 Respuestas

CLASIFICACIÓN
73.324
of 300.392

REPUTACIÓN
0

CONTRIBUCIONES
9 Preguntas
0 Respuestas

ACEPTACIÓN DE RESPUESTAS
33.33%

VOTOS RECIBIDOS
0

CLASIFICACIÓN
 of 20.934

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN

of 168.373

CONTRIBUCIONES
0 Problemas
0 Soluciones

PUNTUACIÓN
0

NÚMERO DE INSIGNIAS
0

CONTRIBUCIONES
0 Publicaciones

CONTRIBUCIONES
0 Público Canales

EVALUACIÓN MEDIA

CONTRIBUCIONES
0 Temas destacados

MEDIA DE ME GUSTA

  • Thankful Level 2
  • Thankful Level 1

Ver insignias

Feeds

Ver por

Pregunta


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

casi 5 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

casi 5 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

alrededor de 5 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

alrededor de 5 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

alrededor de 5 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

alrededor de 5 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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

alrededor de 5 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

alrededor de 5 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

alrededor de 5 años hace | 1 respuesta | 0

1

respuesta