Answered
The problem with "contains"
Might not be faster, but .... LongStrings={'Apples are red' 'Lemons are yellow' 'Cucmbers are green' 'Some numbers are odd' 'Th...

2 years ago | 0

| accepted

Answered
I my tried to use for loop to find a transfer function and root louces
I think that rlocus(TF3) clears the figure and then overwrites, so I think you're actually getting the root locus for the last v...

2 years ago | 1

| accepted

Answered
Undefined function 'dksyn' for input arguments of type 'ss'. Error in Report8 (line 41) [k, cl, bnd] = dksyn ( G, 1, 1)
According to the doc page dksyn, the first input to the dksyn has to be a uss model, not an ss model. Mabye G should be built us...

2 years ago | 0

| accepted

Answered
Quicker way to subtract large vectors using a sliding window?
Hi goc3, Using filter seems to be a lot faster than the loop method 1 for Example 1. I didn't compare to the other loop method...

2 years ago | 1

| accepted

Answered
Error in port widths or dimensions
The system has 3 inputs, 2 outputs, and 2 states. The gain multiplications by A, B, C, and D need to be matrix*vector multiplica...

2 years ago | 0

| accepted

Answered
I need to find the transfer function of the close loop with the two variables gains using Simulink and math formulation
Hi ahmad, Neither Simulink nor the Control System Toolbox support any model with symbolic parameters. In both tools, everything...

2 years ago | 0

| accepted

Answered
In between the years, a PISA question (nothing essential): The last digit of 7^190
Well, if 7^190 is larger than realmax, then using double precison won't work to just try to compute it. You could try the Symbol...

2 years ago | 0

| accepted

Answered
How to add disturbance feedforward to LQI()
Hi John I don't udnerstand your observations absent additional information. If the control input includes the negative of the d...

2 years ago | 1

| accepted

Question


Do Orphaned sym Objects in the Symbolic Engine Matter?
Suppose I execute the following code func a. Did I just create an object in the symbolic engine that I have no way to access? ...

2 years ago | 1 answer | 0

1

answer

Answered
gapmetric for MIMO LTI systems with unequal input and output dimensions
Hi Shivam, My interpretation of the doc page gapmetric is that the number of inputs to P1 has to be same as the number of input...

2 years ago | 2

| accepted

Answered
Finding strings with common character
type Gfile.txt % assuming strings to return are space delimited text = split(string(fileread('Gfile.txt'))); unique(text(star...

2 years ago | 0

Answered
Add variable names to figure legends
Hi Ganesh, Add a second argument to the legend command % what you have figure h = plot(rand(3)); legend(h) % what you want...

2 years ago | 0

Answered
How to combine argument validation with varargin
My understanding from reading Avoid Using varargin for Repeating Arguments is that putting varargin into a Repeating arguments b...

2 years ago | 3

| accepted

Answered
why the two split-step fourier methods using fft and ifft is equivalent ?
Let's take a simplified view of the loops in code1 and code2, and renaming the variables appropriately. Also, because of the way...

2 years ago | 0

| accepted

Answered
Convert discrete sys to continuous sys using delays using linear-fractional transformation (LFT)
Hi Joan, I reviewed the link from the julia site and I think I know what they're doing. But I'm not 100% sure because it seems...

2 years ago | 1

| accepted

Answered
Matlab step() from Simulink dataset
Based on the picture of the Simulink model .... sys = linearize('SIM_lab5'); step(sys)

2 years ago | 0

Answered
Im trying to replicate a simulink design, i dont know what the blocks y and u are in the library browser.
Those both look like To Workspace blocks used for logging data to the Matlab workspace for inspection/processing/etc. after the ...

2 years ago | 0

Answered
when do I need use fftshift?
Hi Daniel, Let's plot the first function Bx = 10; A = sqrt(log(2))/(2*pi*Bx); fs = 500; %sampling frequency dt = 1/fs; %...

2 years ago | 1

| accepted

Answered
I want to find the root locus of polynomial.
Running the code m_s = 5; % Mass of the spring m_r = 68; % Mass of the rotor k_r = 5.45e5; % Spring constant of the roto...

2 years ago | 0

| accepted

Answered
how to express operators in symbolic algebra
I'm not sure how define a function of a function. But this seems to work, at least for this simple case: syms x t syms q(t) v(...

2 years ago | 0

Answered
How can I fix this problem?
The variable x is defined at the top of the code to have 4 rows. In the loop that calls fsolve, x0 is defined with four elements...

2 years ago | 0

Answered
Fourier Series for odd integers only
Hi Tashanda, I see a couple of issues with the code Though not an error, it would be clearer if you specified the variable of ...

2 years ago | 0

Answered
How can I extract the x and y values of the phase- and magnitude graph of a .fig file plotted with bodeplot() or bode()?
sys = tf(1,[1 1]); bode(sys); hf = gcf; hax = hf.Children hax(2).Children % the first child is the phase plot hax(2).Child...

2 years ago | 0

| accepted

Answered
Error using fft Invalid data type.
Hi Koray, It looks like you have a signal f(t) that is defined over the interval 0 <= t <= 1.5 as: syms t; K = 20; %35; Chan...

2 years ago | 0

Answered
I want to get the value of x using the Matlab code "Out = fzero(@(x) (A-sqrt(2*pi*H*E*x*((x/E)+(x/F)^1/G))), 1000000)", but not getting the correct answer. Could you help me?
Seems to work here just fine. Why do you think you're not getting the correct answer? A = 20627000; E = 210000000000; F = 122...

2 years ago | 0

Answered
D/A converter delay transfer function
That doesn't look like the typical D/A converter ..... But, assuming T is negative you can simulate the delay of -T/2 with a Tr...

2 years ago | 0

Answered
Cannot plot negative frequencies on Nichols with recent MATLAB versions
Hi lepolonais03. Test case shows that only positive frequencies are considered, as you've obeserved. sys = zpk(1,[2 3],4); w=...

2 years ago | 0

| accepted

Answered
how to create a look up table to use in simulink from a 2D array of doubles
Assuming your 40x2 array is stored in a workspace varaiable named data. Use the 1D Lookup Table. Set the Table Data parameter ...

2 years ago | 0

| accepted

Answered
I want to know Block Diagram for "rlocus(G)" and how they calculate the overshoot of the graph.
(1) Yes, rlocus(G) fits the architecture you have. If "I can see overshoot" means that you're clicking on a branch on the root ...

2 years ago | 0

Answered
pzmap and bode do not return zeros for all specified outputs
Hi Marcel, There isn't really a problem. If you want to get the pzmap of each individual transfer function of MIMO system, then...

2 years ago | 0

Load more