Estadística
0 Preguntas
5 Respuestas
CLASIFICACIÓN
2.684
of 300.352
REPUTACIÓN
22
CONTRIBUCIONES
0 Preguntas
5 Respuestas
ACEPTACIÓN DE RESPUESTAS
0.00%
VOTOS RECIBIDOS
4
CLASIFICACIÓN
of 20.928
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 168.212
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
How to set up an approximately equal conditional statement?
Starting in R2024b, you can use the isapprox function to determine if two input arrays are approximately equal. Specify the maxi...
4 meses hace | 0
Interpolating missing values
Starting in R2023b, you can fill missing entries in 2-D data using the fillmissing2 function.
alrededor de 2 años hace | 1
| aceptada
Smoothing a 2d matrix (DEM)
Starting in R2023b, you can smooth noisy data in two dimensions by using the smoothdata2 function. As of R2023b, the supported s...
alrededor de 2 años hace | 1
| aceptada
how do i change a matrix dimension from MxN to 100xN?
Starting in R2023b, you can use the paddata function to pad data by adding elements. For example, specify the size of the padded...
alrededor de 2 años hace | 1
| aceptada
Please how can i normalize the column of a complex matrix SAY U= [2 + 2i, 3+i; 4+5i , 4 -9i]
If you're using release R2018a or later, use the normalize function. Here is an example of normalizing by the 2-norm, where U is...
casi 3 años hace | 1

