Estadística
7 Preguntas
5 Respuestas
CLASIFICACIÓN
10.562
of 295.467
REPUTACIÓN
4
CONTRIBUCIONES
7 Preguntas
5 Respuestas
ACEPTACIÓN DE RESPUESTAS
85.71%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.234
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 153.912
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 interpolate intermediate values?
I have an array with 110 values. let say: M1_allvalues = [1,2,10,-1,-2,..,-10, 1, 2..........,10] I simply want to make...
más de 6 años hace | 1 respuesta | 0
1
respuestaHow to plot 5 rows from a dataset? My dataset size is 125*694. I have to plot 5 rows from there so total 5*694(3470) data point.. Whenever i have plotted this each row placed above of another row. X axis range should be 0-3500 but it shown 0-700
*try the following:* a= randn(125,694); % change the randn(125,694)) by dlmread('EtLAPV_TextData_Class8.txt') new_a=a(1:5...
más de 8 años hace | 0
Pregunta
How to combine two cell arrays to corresponding elements?
I would like to combine the two cell values each has [1x1] elements. After combining them, I would like to get [1x2] elements in...
alrededor de 9 años hace | 1 respuesta | 0
1
respuestareshaping data so that I can take sum of every 3 columns
Is that you want.. saleCost=[5, 7, 9 , 2, 5, 1, 9, 11, 1;... 12, 9, 2, 3, 5, 10, 11, 4, 4;... 20, 2, 2, 3, 20, 30...
alrededor de 9 años hace | 0
Pregunta
How to pass arguments from a matrix to a function?
Hi, I tried a lot to pass the elements of two matrixes (one by one) to a function which I created. I am not sure whether it i...
alrededor de 9 años hace | 1 respuesta | 0
1
respuestaMATLAB Software License Query
If you are a student, there is a possibility to get STUDENT LICENSE of Matlab. That might be economical. Please check it on the ...
alrededor de 9 años hace | 0
| aceptada
change appearence of 3rd plot in plotyy and plot legend
Check the following. Also, check the range of theta_1 and (r2v or r3v). If you try to plot these three in a graph you can't see ...
alrededor de 9 años hace | 0
Pregunta
How to create a pyramid shaped 3D matrix ?
I have 3D matrix *(in a pyramid shape)* which has (1x1) element in it's first matrix frame. This will increase (i.e,the number o...
alrededor de 9 años hace | 2 respuestas | 0
2
respuestasPregunta
How to avoid the for loops?
I want to make the following code faster *by avoiding the two for loops* (if possible). I tried to make a vector multiplicat...
alrededor de 9 años hace | 1 respuesta | 0
1
respuestaPregunta
How to control output of a function ?
I have written a function for spherical harmonics in which I want to *control the ' Plotting area '* in such a way that, when we...
alrededor de 9 años hace | 1 respuesta | 0
1
respuestaPregunta
How to visualize or (plot) a 3D matrix in convenient way?
The matrix P_bar is 3 dimensional. It has upper diagonal elements all zeros. In other words, if we consider it as a rectangular ...
alrededor de 9 años hace | 1 respuesta | 0
1
respuestaneed a matlab program please
If you like the long coding: A= [1 1 1 0 0 0 0 0 1 0 0 1 1 0 0 1]'; len=length(A); A(len+1,1)=NaN; Count_1=0; Co...
alrededor de 9 años hace | 0