photo

Jenny Andersen


Actif depuis 2019

Followers: 0   Following: 0

Statistiques

MATLAB Answers

17 Questions
3 Réponses

RANG
31 161
of 300 799

RÉPUTATION
1

CONTRIBUTIONS
17 Questions
3 Réponses

ACCEPTATION DE VOS RÉPONSES
70.59%

VOTES REÇUS
1

RANG
 of 21 092

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 171 134

CONTRIBUTIONS
0 Problèmes
0 Solutions

SCORE
0

NOMBRE DE BADGES
0

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • Thankful Level 3

Afficher les badges

Feeds

Afficher par

Question


What's wrong with my code?
Hi! So I am trying to solve x for M = A^T A och d = A^T b but according to my teacher I should recieve a 3*3 matrix and not a 3...

environ 6 ans il y a | 1 réponse | 0

0

réponse

Question


Why isn't my matrix correct?
So I am trying to solve for x in Mx = d, but I only get a 3*2 matrix. I should get a 3*3 matrix. What am I doing wrong? A = ...

environ 6 ans il y a | 1 réponse | 0

1

réponse

Question


Why is my circle invisible?
I can not figure out why my circle is invisiable when I plot it (It is a regression). Am I missing something? It used to work ea...

environ 6 ans il y a | 1 réponse | 0

1

réponse

Question


least square circle, why doesn't it work?
Hi, so I have four data points (x and y) and I want to find A and B from least square equation Ax=B (to fit the circle's equatio...

environ 6 ans il y a | 1 réponse | 0

1

réponse

Question


Non linear least square fitting
Hi, I am really stuck trying to figure out how to fit a circle to some data points. I have watched plenty of videos on the top...

environ 6 ans il y a | 3 réponses | 1

3

réponses

Réponse apportée
How to construct matrix?
This seems like a good idea, but I can't seem to run the script.

environ 6 ans il y a | 0

Question


How to construct matrix?
So I have written the following 4*3 matrix but I want to construct it with 'ones' and '.*' but I am unsure how to. [12 2 1; 4 ...

environ 6 ans il y a | 2 réponses | 0

2

réponses

Question


Error trying to plot circle
Hi I am trying to plot a circle but I alsways get the same error " Error in circle (line 11) a = r.*cos(v)+j; Can you see why?...

environ 6 ans il y a | 1 réponse | 0

1

réponse

Réponse apportée
Functions Matlab, how to modify?
So I tried Turlough's suggestion again and it seems to be working fine now. But since two vectors will be generated (-d,b,c) and...

environ 6 ans il y a | 0

Question


Functions Matlab, how to modify?
Hi, so I have two vectors, Q = (a,l,m) and Z = (d,b,c). I have created a function to calculate Z, but the problem is that I do...

environ 6 ans il y a | 2 réponses | 0

2

réponses

Question


Functions in Matlab, problem
I have a vector A = (A1, A2, A3) which is orthogonal to another unit vector, v = (v1,v2,v3), whose first coordinate is 0. I have...

environ 6 ans il y a | 1 réponse | 0

0

réponse

Question


How to convert expression to function?
Hi, I am trying to convert my expression to a function, but when I remove the informative text I can not call/run the function. ...

environ 6 ans il y a | 1 réponse | 0

1

réponse

Question


How to not get an ans from function?
Hi, I have created a function and it works the way I want it to. However, when I run the function I keep getting an 'ans' and ...

environ 6 ans il y a | 1 réponse | 0

1

réponse

Question


How to code orthogonal unit vectors?
Hi, I have two vectors, u = (u1, u2, u3) and the vector v = (v1, v2, v3) with the lenght of 1. The two vectors are orthagonal to...

environ 6 ans il y a | 1 réponse | 0

1

réponse

Question


Orthogonal vectors, how to code?
Hi, I am trying to put in my code that two vectors w⃗ = (w1, w2, w3) and ⃗v = (v1, v2, v3), with the lenght of 1, are orthogo...

environ 6 ans il y a | 1 réponse | 0

1

réponse

Question


Error when trying to modify a code (vectors)
sgh

environ 6 ans il y a | 3 réponses | 0

3

réponses

Question


Ploting two different vectors in the same figure
Hi, I have two vectors v1=[0; -1/sqrt(2);1/sqrt(2)]; and v2=[0; 1/sqrt(2); -1/sqrt(2)]; which I am trying to plot on the same fi...

environ 6 ans il y a | 1 réponse | 0

1

réponse

Question


Anyone that can find what is wrong about the function?
It says " Not enough input values" but I can not see which values I have missed? Can you?

environ 6 ans il y a | 1 réponse | 0

1

réponse

Réponse apportée
Error when trying to modify a code (vectors)
Thanx, but does this mean I can just insert the expressions for v ( v1 = +/- w2/((w3^2)+(w2^2)) and v2 = +/- w3/((w3^2)+(w2^2)) ...

environ 6 ans il y a | 0

Question


+/- signs when coding ?
How to type in v1 = +/- w2/((w3^2)+(w2^2)) and v2 = +/- w3/((w3^2)+(w2^2))? The problem is that the vectors can be both positi...

environ 6 ans il y a | 1 réponse | 0

1

réponse