photo

Ken


Last seen: 12 Tage vor Aktiv seit 2012

Followers: 0   Following: 0

Nachricht

Statistik

MATLAB Answers

48 Fragen
8 Antworten

RANG
111.571
of 301.229

REPUTATION
0

BEITRÄGE
48 Fragen
8 Antworten

ANTWORTZUSTIMMUNG
47.92%

ERHALTENE STIMMEN
0

RANG
 of 21.196

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG

of 173.512

BEITRÄGE
0 Probleme
0 Lösungen

PUNKTESTAND
0

ANZAHL DER ABZEICHEN
0

BEITRÄGE
0 Beiträge

BEITRÄGE
0 Öffentlich Kanäle

DURCHSCHNITTLICHE BEWERTUNG

BEITRÄGE
0 Discussions

DURCHSCHNITTLICHE ANZAHL DER LIKES

  • Thankful Level 4

Abzeichen anzeigen

Feeds

Anzeigen nach

Beantwortet
Including jsbs in my Matlab code
I checked and the dir/files I dloaded under jsbssim are: .github, admin, aircraft..............README. Is it possible to tell fr...

14 Tage vor | 0

Beantwortet
Including jsbs in my Matlab code
I have put the files in the correct directories. Used these lines of code: basedir = 'C:\Users\User\jsbssim-1.2.4\aircraft'; ...

14 Tage vor | 0

Frage


Including jsbs in my Matlab code
I am trying to develop Matlab code for a flight simulator and want to include jsbs in the code. Not sure how best to do it i.e. ...

17 Tage vor | 2 Antworten | 0

2

Antworten

Frage


To find closed loop matrix from open loop for system with linearied feedback
If I have a matrix [Adot Bdot]' =[-2 1;-3 1]*[A B]' +[.3 5]*[A B]', how do I find the closed loop matrix? (Sorry if this is too ...

12 Monate vor | 0 Antworten | 0

0

Antworten

Frage


How to determine if equation is not feedback linearizable
Is there a MATLAB function that can determine if feedback is linearizabe or not from the state equations? eg Is this system line...

12 Monate vor | 1 Antwort | 0

1

Antwort

Frage


Why do I get conj(L)
When I multiply 2 4X4 matrices one numeric the other alpha numeric say with L1,L2,L3, L4 why do I get the answer with cconj(L1,L...

etwa ein Jahr vor | 2 Antworten | 0

2

Antworten

Beantwortet
Diferent answers to same cmd
As mentioned earlier, I am trying to get familiar with MATLAB in aircraft controls. Focus now is Matlab. I saw a presentation wi...

etwa ein Jahr vor | 0

| akzeptiert

Beantwortet
Diferent answers to same cmd
A=[-.01 .1 0 32.2;-0.4 -.8 180 0;0 -.003 -.5 0;0 0 1 0] B=[0 -10 -2.8 0]' P=ctrb(A,B) P=poly(P)

etwa ein Jahr vor | 0

Frage


Diferent answers to same cmd
I am trying to figure out Matlab. Tried the cmd shown in the attachment, get different response(see attachment)

etwa ein Jahr vor | 2 Antworten | 0

2

Antworten

Frage


How to compute the characteristic equation given the eigenvalues?
Is there a matlab command to get the characteristic equation (CE) given the eigenvalues? Similarly how to get CE from the A matr...

etwa ein Jahr vor | 1 Antwort | 0

1

Antwort

Frage


Use of functions ctrb and poly
I have 2 matrices A, B. I use ctrb(A,B) to get matrix P and then try to use poly(P) to get the polynomial of P but get error msg...

etwa ein Jahr vor | 1 Antwort | 0

1

Antwort

Frage


How to get damping ratio and nat freq from eigen values using matlab cmd
I have a 4X4 matrix, and have 4 desired eigenvectors.How to get the natural freq and damping ratio with these eigenvectors

etwa ein Jahr vor | 0 Antworten | 0

0

Antworten

Frage


how to write partial derivatives in MATLAB
I am trying to form a 2X2 matrix using partial derivatives i.e. [delf1/delx1, delf1/delx2; delf2/delx1, delf2/delx2]. Not sure h...

fast 4 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
How to avoid error in anonymous function
Tried as suggested, error Undefined function 'Fx' for input arguments of type 'double'.: f = @(x, u) Fx(x,u)*x(t-1) + Fu(x,u)*u...

fast 4 Jahre vor | 0

Frage


How to avoid error in anonymous function
I am trying to predict the robot position using the 3 steps below but get error: Fx = @(x,u) jacobian(f(x,u),x); Fu = @(x,u) j...

fast 4 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


How many multiplications in one convolution
C = [1;2;3]; % i.e. a column vector, hence named "C" R = [1 2 3]; % i.e. a row vector, "R" F = [1 4 6 4 1; 4 16 24 16 4; 6 24 ...

fast 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Edge detection using Convolution
I am trying to detect the edges in an image using convolution. Tried this but get error " final_lena does not look like it has t...

fast 4 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


How to find out what this code does
This code pertains to image processing - line parameters Hough transform. Not sure what the third line does. f=zeros(128,128); ...

fast 4 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


Sum of squared differences SSD
How to use SSD to compare datapoints in 2 separate data sets i.e. to compare pixels in 2 images? Is this the best function to u...

fast 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Vision Problem using symbolic MATLAB toolbox
I am trying to solve a vision problem in robotis deals with epipolar transforms using symbolic tool box of MATLAB. Tried this bu...

fast 4 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


Anonymous Functions - how to store the results of anonymous functions
rng(1) % important for technical reasons U = [ 1 -1 3 4 ]; % an artificial input sequence % applyPredictionUpdate returns the ...

fast 4 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


Anonymous function arguments and parameters extrction
If I have the anonymous function: pu = @(x, y) [x,y]; is it npossible to extract the value of the argument x after the functio...

fast 4 Jahre vor | 2 Antworten | 0

2

Antworten

Beantwortet
Anonymous functions usage when running the following program to apply and then plot a prediction, sensor reading and measurement update Invalid expression.
Thanks, tried but error: "Unrecognized function or variable 'sensorReading'. Error in solution (line 14) applyMeasurement...

fast 4 Jahre vor | 0

| akzeptiert

Frage


Anonymous functions usage when running the following program to apply and then plot a prediction, sensor reading and measurement update Invalid expression.
I get error on the foll. program "Invalid expression. When calling a function or indexing a variable, use parentheses. Other...

fast 4 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


How to get a loop to converge
I am trying to get a loop to converge in Inverse Kinematics. I use this line: dq=pinv(J_BF_inB(q*b)); where J_BF_inB is a 3X3 ...

fast 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How to access parameters from an anonymous function from another function
I have the anonym function getPLocalTransition. It has x as one of its parameters. I have another function dir; I try to call ...

fast 4 Jahre vor | 0 Antworten | 0

0

Antworten

Beantwortet
unable to run pinv (Moore Penrose) with accuracy limit
Still not able to get this to converge. Problem is not sure whether to state a tolerance limit i.e. the foot should be in the go...

fast 4 Jahre vor | 0

Frage


How to use anonymous functions
I am trying to understand anonymous functions. What exactly does this do: pTransition = [ 0 0 0 0 0 0 .05 ...

etwa 4 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
unable to run pinv (Moore Penrose) with accuracy limit
I think the NRaphson is overkill for this, so will go with your code posted at 5PM yesterday: b = (rGoal-r0 ); tolerance = 1e-...

etwa 4 Jahre vor | 0

Frage


unable to run pinv (Moore Penrose) with accuracy limit
I am trying to use pinv to allow a robot system to converge.I tried but get errors. This is my script stateent : dq=double(pinv...

etwa 4 Jahre vor | 5 Antworten | 0

5

Antworten

Mehr laden