![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/8400021_1522126333093_DEF.jpg)
Pooja Patel
Followers: 0 Following: 0
Estadística
4 Preguntas
4 Respuestas
CLASIFICACIÓN
11.920
of 297.016
REPUTACIÓN
4
CONTRIBUCIONES
4 Preguntas
4 Respuestas
ACEPTACIÓN DE RESPUESTAS
75.0%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.419
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 157.725
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
Feeds
Pregunta
How to compare one column of one matrix with all columms of other matrix one by one? matlab 2014b
suppose N is 7x8 matrix, M is 7x8 matrix. both are different i want N(:,1)-M(:,1);N(:,1)-M(:,2);N(:,1)-M(:,3)...........N(:,2)-...
casi 8 años hace | 2 respuestas | 0
2
respuestasPregunta
In Mfcc function why we take frequency from 300 to 3700 only (R=[LF HF] =[300 3700])? Is it standard? can't we take all frequency for same?
In Mfcc function why we take frequency from 300 to 3700 only (R=[LF HF] =[300 3700])? Is it standard? can't we take all frequenc...
casi 8 años hace | 0 respuestas | 0
0
respuestashow to make a colum of multiple 1 to 5. i want to make column vector of [1;1;1;1;1;1;1;1;1;1;1;1;1;1;2;2;2;2;2;2;2;2;2;2;2;2;2;2;3;3;3;3;3;3;3;3;3;3;3;3;3]. is there any way to make this kind of vector instead of typing this many times.
this is done by using repmat function. [repmat([1],14,1); repmat([2],20,1)] Thank you
casi 8 años hace | 0
Pregunta
how to make a colum of multiple 1 to 5. i want to make column vector of [1;1;1;1;1;1;1;1;1;1;1;1;1;1;2;2;2;2;2;2;2;2;2;2;2;2;2;2;3;3;3;3;3;3;3;3;3;3;3;3;3]. is there any way to make this kind of vector instead of typing this many times.
i want to print [1;1;1;1;1;1;1;1;1;1;1;1;1;;1;1;1;1;1;2;2;2;2;2;2;2;2;2;2;2;2;2;2;2;2;2;2;2;2;3;3;3;3;;33;3]. but without typing...
casi 8 años hace | 5 respuestas | 0
5
respuestasdelete rows from cell array
A(1:2)={rand(10,6)} A = [10x6 double] [10x6 double] >> row=2; A{1}(2,:)=[] %delete 1 row from 1 cell A = ...
casi 8 años hace | 0
Pregunta
I want to perform SVD on cell matrix. how to apply svd on bunch of matrix? or i have to apply svd on all single matrix? but I have so many matrix of different sizes. i have used cell function for that. now for apply svd please help me.
* here is my code: * Tw = 40 ; Ts = 20; alpha = 0.97; M = 20; C = 6; L = 22; LF = 300; HF = 3700; * filelist1=dir('*.wav');...
casi 8 años hace | 1 respuesta | 0
1
respuestaHow to perform fft
* amp1 = abs(fft(x1)); %Retain Magnitude * % amp11 = amp1(1:Nsamps1/2); %Discard Half of Points * % f11 = Fs*(0:Nsamps1/2...
casi 8 años hace | 0