aaa - MATLAB Central

aaa


Actif depuis 2011

Followers: 0   Following: 0

Message

Statistiques

MATLAB AnswersFrom 07/11 to 03/25Use left and right arrows to move selectionFrom 07/11Use left and right arrows to move left selectionTo 03/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

25 Questions
9 Réponses

RANG
5 726
of 297 738

RÉPUTATION
8

CONTRIBUTIONS
25 Questions
9 Réponses

ACCEPTATION DE VOS RÉPONSES
48.0%

VOTES REÇUS
4

RANG
 of 20 469

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 159 472

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


MATLAB SISOTool plot options
Hi, Is anyone familiar with plotting in the Matlab SISOtool? For some reason, I cannot access the plot options to change th...

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

0

réponse

Question


customizing line thickness for non-plot function graphs
Hi, I'm using the SISOtool control systems design toolbox and want to find a way to get thicker lines for my graphs. In par...

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

0

réponse

Question


besselj and transfer functions?
Hi, I want to use the function call besselj(nu,Z) with Z is some transfer function. I get an error which says that the inpu...

plus de 12 ans il y a | 1 réponse | 0

1

réponse

Question


vector to sys transformation for bode plot
Hi, As background, I am trying to use the bode() function. I know that you can extract vectors from a bode(sys) by doin...

plus de 12 ans il y a | 2 réponses | 0

2

réponses

Question


bode plot discrepancy
i am plotting some bode plots, and i found the following discrepancy, and I'm not quite sure what is the root cause of it. My c...

plus de 12 ans il y a | 2 réponses | 0

2

réponses

Question


square root of a transfer function
Hi, I am trying to find the magnitude of my system 'sys', so i know i have to take the square root of a transfer function in...

presque 13 ans il y a | 1 réponse | 0

0

réponse

Question


bode plot overflow?
Hi , Im trying to plot a bode plot but i get the following error. >> bode(gamma20,{1000,1e6}) Warning: The data can...

presque 13 ans il y a | 1 réponse | 0

1

réponse

Réponse apportée
bessel functions
I have solved this issue. I should have started the iterations at 0 instead of 1. Thread closed. Thanks

presque 13 ans il y a | 0

| A accepté

Réponse apportée
bessel functions
I want to also add that i tried to use the doc besselj and then formula that was presented there. However, I still d...

presque 13 ans il y a | 0

Question


bessel functions
Hi, I am trying to write a code to calculate the bessel functions of the first kind. The equation is given here: http://en....

presque 13 ans il y a | 4 réponses | 0

4

réponses

Question


extracting values from bode()
Hi, I know that you can do the following to get the magnitude phase and w from using the bode() call (which requires transfe...

presque 13 ans il y a | 1 réponse | 0

1

réponse

Réponse apportée
bode() magnitude
SOrry as another question, I noticed that when you do [mag, phase, wout] = bode(a) it draws only about 45 points. Is ...

presque 13 ans il y a | 0

Réponse apportée
bode() magnitude
i think i found out the problem. wout must be divided by 2pi to get the correct plot.

presque 13 ans il y a | 0

Réponse apportée
bode() magnitude
hey thanks for your answer. i have a followup question. what i did after. so i have [mag,phase,wout] = bode(sys); m...

presque 13 ans il y a | 0

Question


bode() magnitude
Hi, I Have seen the code [ mag,phase] = bode(sy s) but when i try to see the values of mag, or phase, it returns somethi...

presque 13 ans il y a | 5 réponses | 0

5

réponses

Question


plotting the frequency spectrum
Hi, I am having trouble plotting the frequency spectrum of a sine wave. For this code, i expect the main frequency component...

presque 13 ans il y a | 8 réponses | 0

8

réponses

Question


sine wave plot
Hi, I am having some trouble plotting a sine wave and i'm not sure where i am going wrong. i have t = [0:0.1:2*pi] ...

presque 13 ans il y a | 8 réponses | 3

8

réponses

Question


writing transfer functions in matlab
Hi, I want to write a transfer function in matlab. I know we usually write in the following way trans = tf([1 0 0], [1 0 1...

presque 13 ans il y a | 3 réponses | 0

3

réponses

Question


transfer function multiplication and plotting
hi have some code that looks like TF = tf(num,den,1/(60)); g1 = 10*TF; f = iztrans(g1) but when i do this, matlab ...

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

1

réponse

Réponse apportée
multiple bode plots on same graph
unfortunately it is not that simple. my code looks more like g = tf([1 0.1 7.5],[1 0.12 9 0 0]); bode(g) hold on semilo...

plus de 13 ans il y a | 1

Question


multiple bode plots on same graph
Hi, Does anyone know how to plot multiple bode plots using the "bode" function? I know that the easiest way to do this woul...

plus de 13 ans il y a | 5 réponses | 0

5

réponses

Question


noisy bode plot data
Hi, i have some pretty noisy bode plot data that i would like to do a curve fitting on. Does anyone know if matlab has some...

plus de 13 ans il y a | 1 réponse | 0

1

réponse

Question


curve fitting in the frequency domain
hi, i am looking to get some frequency response data, in the form of a bode plot. When i obtain this data, i would like to ...

plus de 13 ans il y a | 1 réponse | 0

0

réponse

Question


unwrapping the phase in SISO designer
Hi, im using the siso design tool. does anybody know how i can unwrap my phase plot? on a normal bode plot figure, i can j...

plus de 13 ans il y a | 1 réponse | 0

1

réponse

Question


normalise a transfer function
Hi, I have an eighth order s-domain transfer function. Is there a way i can normalise this equation in matlab with respect ...

plus de 13 ans il y a | 1 réponse | 0

0

réponse

Question


rltool SISO design tool
Hi, i am using the SISO design tool (matlab function rltool) to design a compensator. in my frequency response, i have a re...

plus de 13 ans il y a | 1 réponse | 0

1

réponse

Question


Unobtainable bode plot ?
Hi, I am using the bode( and margin( functions. (both are used to make Bode plots) The issue I am having is with getting...

plus de 13 ans il y a | 1 réponse | 0

1

réponse

Question


cubic equations
Hi all, I was wondering if matlab had a function that can decompose my cubic function into something simpler. My preference ...

plus de 13 ans il y a | 1 réponse | 0

1

réponse

Réponse apportée
Matlab compilation inconsistancies
no they do not have the same processor. but doesn't that seem very strange? it would be highly improbable for different people ...

plus de 13 ans il y a | 0

Question


Matlab compilation inconsistancies
Hi, im having a strange problem where if i run my matlab script on my home computer, it seems to work fine, but if run on a diff...

plus de 13 ans il y a | 2 réponses | 0

2

réponses

Charger plus