x y
Followers: 0 Following: 0
xy ,slovakia,
Professional Interests: matlab
Estadística
33 Preguntas
8 Respuestas
CLASIFICACIÓN
10.748
of 295.467
REPUTACIÓN
4
CONTRIBUCIONES
33 Preguntas
8 Respuestas
ACEPTACIÓN DE RESPUESTAS
63.64%
VOTOS RECIBIDOS
3
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
std for width of data,is exist function for that?
I wan to make step counter with 'findpeaks' function. Treshold for minimum height above one standard deviation are treated as a...
más de 7 años hace | 0 respuestas | 0
0
respuestasPregunta
How to filter Acceleromter RAW values - pedometer?
Hy,I m using IMU sensor, from that I want to some data analysis make with RAW accelerometer - step counter. I want to use som...
más de 7 años hace | 0 respuestas | 0
0
respuestasPregunta
Webcam Device ID 1 is in use , how to solve it?
Hy , I want to try it this code: <http://www.mathworks.com/matlabcentral/fileexchange/30812-tracking-moving-object?s_tid=srcht...
más de 8 años hace | 2 respuestas | 1
2
respuestasPregunta
I cant find web cam "winvideo" driver for my laptop acer s3 ?
hy i would like to start working with image processing toolbox, but I cant install the winvideo driver for my Acer s3 391 built...
más de 8 años hace | 0 respuestas | 0
0
respuestasPregunta
How to determine array equality ?
hy I want to in main while cycle search for point with random searching 'robot'. If the robot see the point what is not in the ...
casi 9 años hace | 1 respuesta | 0
1
respuestaPregunta
How should I search and also delete in matrix?
Hy It is existing function for searching in the matrix ...? I have list (numbers) in ([]x3) matrix. The 3rd columns is only...
casi 9 años hace | 1 respuesta | 0
1
respuestaPregunta
how to create vector In for/if cyklus?
Hy , I would like to create maxim vector what is should contain the numbers, when the if is true,then the index of the number i...
alrededor de 9 años hace | 1 respuesta | 0
1
respuestaPregunta
How to draw tangent line at infleciton point?
Hy I would like to draw line to curve at inflection point... the code what I use to find a the point is: figure(1) l...
alrededor de 9 años hace | 1 respuesta | 0
1
respuestaPregunta
What is the problem with this schema,get error in simulink?
Hy I wonder what is the problem with this:
alrededor de 9 años hace | 0 respuestas | 0
0
respuestasPregunta
Is it possible with for loop s1,s2,s3 variable looping ?
Hy I wonder it is possible something this (looping with variable name) : s1 = 5; s2 = 6; s3 = 7; for i = 1:3 ...
alrededor de 9 años hace | 1 respuesta | 0
1
respuestaPregunta
Why I get NaN for 24,8 for chi2inv ?
>> c = chi2inv(24,8) c = NaN In the exercise what we did in school,we used the chi2 table for vx = 24 nad vy = 8 ,...
alrededor de 9 años hace | 0 respuestas | 0
0
respuestasPregunta
how to multiply simplest way this two vectors ?
I have to multiply this xi and y this way: xi = [98 99 100 101 102 103]; y = [2 4 6 4 3 1]; x = [ 98*ones(1,2), 99...
casi 10 años hace | 3 respuestas | 0
3
respuestasPregunta
Function: var,mean,std how to use on the matrix?
Hy , I have question about,when I get data matrix [ 100 x 4 - size ] In the statistics problems I must do for whole matrix ...
casi 10 años hace | 1 respuesta | 0
1
respuestaCorrect histogram - with hist,histc ?
*I found other example,that was:* ht = [170 290 350 410 470 530 710] pt = [ 8 12 11 8 5 6] sirky = ht(2:end) - ht...
casi 10 años hace | 0
Pregunta
Correct histogram - with hist,histc ?
My textbook say,the correct histogram is that when the bars width is same in the histogram graph. And show how to make correc...
casi 10 años hace | 1 respuesta | 0
1
respuestaPregunta
Which function make vectorization ,(after this function not need dot )?
Hy I wonder what is the name of built-in function...what make for me vectorization in example this function : exp(-x/2).*sin(x...
alrededor de 10 años hace | 1 respuesta | 0
1
respuestaPregunta
rank(A) is the dim(A) of A matrix in Matlab?
Hy I now studying Linear Algebra in Matlab...and in my book is written: W = p + Z*q where *q* is coeficient [k 1] ( k ...
alrededor de 10 años hace | 0 respuestas | 0
0
respuestasPregunta
Wich is the good soulution My vs. School - curve fitting?
Hy, I wonder wich is the good solution for this problem: Nonlinear least square problem: function: *y = x / (a + b.x)* ...
alrededor de 10 años hace | 1 respuesta | 0
1
respuestacurve fitting tool is from which matlab version existing ?
thank you
alrededor de 10 años hace | 0
Pregunta
curve fitting tool is from which matlab version existing ?
*curve fitting tool* is from which matlab version existing (built in Matlab) ? /on Windows system/ in older ML version is still...
alrededor de 10 años hace | 2 respuestas | 0
2
respuestasLocal polynomial approximation of functions - Taylor polynomial ?
Now I get same with this: px1 = [4 0]; px2 = [-5 0 4 0]; x = linspace(2,4,201); y = x.^5 - 15*x.^4 + 85*x.^3...
alrededor de 10 años hace | 0
Pregunta
Local polynomial approximation of functions - Taylor polynomial ?
In my book I have example what I didnt know how to solve... Example: Construct the Taylor polynom for the function F (x) = (x...
alrededor de 10 años hace | 1 respuesta | 0
1
respuestaGraphical method of finding roots g(x) = h(x) ?
thank you :)
alrededor de 10 años hace | 0
Pregunta
Graphical method of finding roots g(x) = h(x) ?
Hy, I wonder how to get this plot in Matlab /this is the Graphical method of finding roots in my book for numeric methods, firs...
alrededor de 10 años hace | 2 respuestas | 0
2
respuestasPregunta
Existing online course of Matlab?
hy I wonder ....is existing course like Udacity,Coursera,codecademy etc. something like these of Matlab? /that courses is show...
alrededor de 10 años hace | 2 respuestas | 0
2
respuestasPregunta
GUI make button to start the function / from existing function/?
Hy I have question..: I have function this: function adjustRobot(hObject,handles,theta1,theta2,theta3) for theta1 =t...
más de 10 años hace | 0 respuestas | 0
0
respuestasPregunta
In Gui how to change vector value?
hy. I would ask help, please problem: I have 2 m file. The function in the secondary m file (for example: function theta(al...
más de 10 años hace | 0 respuestas | 0
0
respuestasPregunta
How to edit existing GUI code?
Hy, I would ask, possible to change the existing GUI fig ? I have these files: xy.m xy.fig I want to for example the s...
más de 10 años hace | 1 respuesta | 1
1
respuestahow to plot it the rrr manipulator links?
the wrong link of the end is this: http://i.imgur.com/NIVzW8b.jpg
más de 10 años hace | 0