Estadística
9 Preguntas
0 Respuestas
CLASIFICACIÓN
131.226
of 300.343
REPUTACIÓN
0
CONTRIBUCIONES
9 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
88.89%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.926
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 168.172
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
pointsToWorld distance measurement is very off.
I am using this as a reference. I take two pixel coordinates from undistorted image and apply them into pointsToWorld, then find...
más de 4 años hace | 0 respuestas | 0
0
respuestasPregunta
"Index exceeds matrix dimensions." But it doesn't
Masks=[0 1 0;... 1 -4 1;... 0 1 0;]; a=imread('C:\Users\***\Desktop\Matlab\figure\Fig3.40(a).jpg'); x=size(a); m=...
más de 6 años hace | 1 respuesta | 0
1
respuestaPregunta
How do I put this formula int matlab?
z=imread('C:\Users\*****\Desktop\Matlab\Homework 3-02 03 04 05\Fig308a.jpg'); for i=1:255 y(i)=sum(z(:) == i); end n=488...
más de 6 años hace | 1 respuesta | 0
1
respuestaPregunta
Trying to understand pixel value.
I am trying to understand pixel value, and trying to learn to alter it. But things act weird in matlab. Correct me if I am wrong...
más de 6 años hace | 1 respuesta | 0
1
respuestaPregunta
How do I plot six different matrices?
I have 6 different matrixes, 22x1 each one. When I plot them I get this: plot(x1,y1,'o',x2, y2,'o', x3, y3,'o') %%Using this co...
casi 7 años hace | 4 respuestas | 0
4
respuestasPregunta
I get this error:"This system does not seem to be linear."
When I try this code for simple pendulum, I get results: syms pt(t) th(t) m=1; l=0.5; g=9.81; e1= diff(th)*(m*l^2)==pt; e2= ...
casi 7 años hace | 2 respuestas | 0
2
respuestasPregunta
Can't understand why does it say "The expression to the left of the equals sign is not a valid target for an assignment."
1- function dydt = lagrang(~, y) 2- syms m1 m2 m3 l1 l2 l3 g 3- dydt = zeros(6,5,4,3,2,1); 4- m1=1; m2=1; m3=1; l1=1; l2=...
casi 7 años hace | 3 respuestas | 0
3
respuestasPregunta
Ode45 I get wrong results.
function dydt = idn (t, y) dydt = zeros(2,1); dydt(1)=y(2); dydt(2)=-((9.81*sin(y(1)))/0.5); dydt = [0.78 0]; [t1,y1] =...
casi 7 años hace | 1 respuesta | 0
1
respuestaPregunta
How to solve this equations?
These are hamoltionian ways of triple pendulum. I am very new to matlab and, I know little to nothing. I need a direction t...
casi 7 años hace | 1 respuesta | 0
