Estadística
CLASIFICACIÓN
152.564
of 295.569
REPUTACIÓN
0
CONTRIBUCIONES
18 Preguntas
1 Respuesta
ACEPTACIÓN DE RESPUESTAS
38.89%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.247
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 154.105
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
what does this simulink command mean ?
I recently came across this command in an .m file sim('kalmanfilter',[0 100],[],[0 20]); it tries to run a simulink file "...
más de 11 años hace | 1 respuesta | 0
1
respuestaPregunta
create a signal for a specified duration
I would like to do this in simulink. I want to generate a random number for example 0.745 (as a signal) that lasts for 0.5 seco...
más de 11 años hace | 1 respuesta | 0
1
respuestaPregunta
generating random samples in simulink with dynamic mean and variance
Hello and thanks for reading. suppose i want to generate random samples from a normal distributions, but the mean and variance o...
más de 11 años hace | 0 respuestas | 0
0
respuestasPregunta
simulink error related to diff of a vector
I am using a function block in simulink. suppose "score" is a vector of size [1000 1]. i store the index of the maximum value ...
más de 11 años hace | 0 respuestas | 0
0
respuestasPregunta
functions not supported by simulink coder
I have a function block in simulink and want to use the function "normcdf", but the simulink coder does not support this functio...
más de 11 años hace | 1 respuesta | 0
1
respuestaPregunta
string array of plot colors
I have a program that classifies the points, and at the time of classification i can assign different properties to the points (...
casi 12 años hace | 1 respuesta | 0
1
respuestaPregunta
saving image using export_fig or saveas, messes up the axis labels
The x axis, labels either gets chopped off in the saved file or mixed up with the x-axis marks. I need to save an image like thi...
casi 12 años hace | 1 respuesta | 0
1
respuestaPregunta
place a figure into a panel
matlab main interface is made of several panels like "command window panel" "workspace panel", "command history panel" , figures...
casi 12 años hace | 0 respuestas | 0
0
respuestasPregunta
image detection apriltags maltab impementation ?
april-tags (http://wiki.tekkotsu.org/index.php/AprilTest_demo) are used for localization of autonomous robots. Has there been a...
casi 12 años hace | 0 respuestas | 0
0
respuestasPregunta
plot a 3D image
I have a 640*480 image in the form of a 3D matrix (it is a 640*480*6 matrix) there are total of 6 layers layers 1-3 repre...
alrededor de 12 años hace | 1 respuesta | 0
1
respuestaPregunta
stop the function from displaying
I apologize for posting a similar question. I had a wrong example in my previous post. this one should show the problem. I have ...
alrededor de 12 años hace | 1 respuesta | 0
1
respuestaPregunta
prevent function from displaying output
I have the following function (please do not suggest that i change the function itself): function [sumf] = delet(); for i ...
alrededor de 12 años hace | 4 respuestas | 0
4
respuestasPregunta
fsolve does not work when combining functions
i have the following functions: f1 = @(k1)108.4*k1 f2 = @(k2)108.4*k2 f3 = @(k3)108.4*k3 f1,f2,f3 are automatically ...
alrededor de 12 años hace | 1 respuesta | 0
1
respuestaPregunta
fsolve does not work
i get the following error after running this: f = @(k1,k2) k1+k2 fsolve(f,[0; 0]) ----------------------------------- ...
alrededor de 12 años hace | 1 respuesta | 0
1
respuestaPregunta
how to combine several functions
i have the following functions: f1 = @(k1)108.4*k1 f2 = @(k2)108.4*k2 f3 = @(k3)108.4*k3 f1,f2,f3 are automatically ...
alrededor de 12 años hace | 1 respuesta | 0
1
respuestaRidge regression and MSE
there are 2 version of MSE MSE = SSE/(n-q) unlike what John D'Errico said this is not simply the mean of errors. notice the d...
casi 13 años hace | 0
Pregunta
Recursive Least Square Estimation for Simple Linear Regression
are there any functions or toolboxes that covers "Recursive Least Square Estimation for Simple Linear Regression" parameter esti...
más de 13 años hace | 2 respuestas | 0
2
respuestasPregunta
time series prediction
Thank you for reading and commenting I present my problem with a simple example. consider an ARX or ARMAX model. the goal is ...
más de 13 años hace | 2 respuestas | 0
2
respuestasPregunta
question about function "segment"
[segm,V,thm,R2e] = segment(z,nn,R2,q,R1,M,th0,P0,ll,mu) if this is a recursive algorithm, why it does not it output the updat...
más de 13 años hace | 0 respuestas | 0