Arda Nova
Followers: 0 Following: 0
Statistics
9 Questions
0 Answers
RANK
129 129
of 295 673
REPUTATION
0
CONTRIBUTIONS
9 Questions
0 Answers
ANSWER ACCEPTANCE
88.89%
VOTES RECEIVED
0
RANK
of 20 262
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154 257
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
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...
mer än 3 år ago | 0 answers | 0
0
answersQuestion
"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=...
mer än 5 år ago | 1 answer | 0
1
answerQuestion
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...
mer än 5 år ago | 1 answer | 0
1
answerQuestion
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...
nästan 6 år ago | 1 answer | 0
1
answerQuestion
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...
nästan 6 år ago | 4 answers | 0
4
answersQuestion
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= ...
nästan 6 år ago | 2 answers | 0
2
answersQuestion
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=...
nästan 6 år ago | 3 answers | 0
3
answersQuestion
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] =...
nästan 6 år ago | 1 answer | 0
1
answerQuestion
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...
nästan 6 år ago | 1 answer | 0