回答済み
calculate and fill an area between a line and a curve
Hi Enzo, I think fill is what you might be looking for. Assuming that (x1,y1) and (x2,y2) are points on the blue data curve as ...

3年以上 前 | 0

回答済み
Plotting a multivariable function, that also has a summation
Hi Ali, Another approach that you might be interested in, which is less code but requires more memory, is to use an anonymous f...

3年以上 前 | 0

回答済み
How to increase quiver density
Hi Joseph, Use a finer mesh for setting up X and Y: n = 3; m = 1; beta = 3; gamma = 1; alpha1 = 1; alpha2 = 1; startv = ...

3年以上 前 | 1

回答済み
can program tell if SISO or MIMO
Your code looks correct for determining whether or not a system is SISO G1 = tf([2 0], [1 2]); G2 = tf([1 -1], [1 6 15]); sys...

3年以上 前 | 0

回答済み
How do I assign a 1x 50 cell array to a struct Scalar structure required for this assignment
Hi Ted, Assuming you want to assign the scalar content of each cell in the cell array a new field in the struct, is this what y...

3年以上 前 | 0

回答済み
FFT error 'not supported to carry out script fft as a function'
Hi 柊介 小山内, fourier can return a closed form expression with a little help. syms t w f real T = sym(5.0)*10^(-10); roll = sym...

3年以上 前 | 1

| 採用済み

回答済み
Asking about the ''delayss'' function in matlab
Hi Mohamed, Not sure if this answers your question, but ... The state space matrices shown in the output after using delayss a...

3年以上 前 | 0

| 採用済み

回答済み
strange solution of an equation by Symbolic Toolbox
This is interesting. Don't understand why solve appears to be using the 12th root in its solution, looks like it should be the 8...

3年以上 前 | 0

| 採用済み

回答済み
Error using sym/subsindex when doing convolution of two signals (cosine function and impulse function) in MATLAB.
As written, h is Stem object. However, to use int, h(t) needs to be defined as a symbolic function of t (in the same manner as x...

3年以上 前 | 0

| 採用済み

回答済み
Find unique column values in NxN cell array
Because the resulting variables could all have a different number of elements, I'm converting each variable into a scalar cell t...

3年以上 前 | 0

回答済み
Interpolation of cross-correlation from zero padded idft of power spectrum shows odd behavior
Hi matt, I think the issue is with how the padding is being done. See code below for that and other questions. Full disclosure:...

3年以上 前 | 0

| 採用済み

回答済み
how to plot a periodic function?
Hi Zafer, To compute the Fourier series, you really only need to define one period of the function, because the defining integr...

3年以上 前 | 0

| 採用済み

回答済み
How to get z transfer function from difference equation?
Hi Vivianne, One workflow would go like this: Define the variables and signals. Note that x is a function of k syms y(k) z x(...

3年以上 前 | 0

回答済み
Sliding mode control simulink
Hi KAI, Do any of the integrators have a non-zero initial condition? Also, might want to consider using a variable step solver...

3年以上 前 | 0

| 採用済み

回答済み
Having symbolic in a Matrix
Hi Felis, I didn't run the code because I don't know what inputs to provide. Does changing Z2 to a sym object solve the problem...

3年以上 前 | 0

| 採用済み

回答済み
Find a specific characters in a string
Hi Miriam I'm not quite sure what you're looking for. However, transforming everything to strings might offer a path forward vi...

3年以上 前 | 0

回答済み
How to find index of string inside a structure of cell arrays
Hi Andrew, Is this what you're looking for? load(websave('MyStruct.mat','https://www.mathworks.com/matlabcentral/answers/uploa...

3年以上 前 | 0

| 採用済み

回答済み
Display Block shows truncated data
Hi Gajana, The warning is not telling the full story and may actually be incorrect. Fron the Display block doc page: "The Disp...

3年以上 前 | 0

回答済み
How to find number of input and output ports of an unknown simulink model ?
Hi Shiv, I started out with this model with three subsystems. Then I ran this code: % Handles to the subsystems subsystems...

3年以上 前 | 2

| 採用済み

回答済み
How to find cumulative distribution function from a given data set(vector)
Hi Shankul, I'm not sure what "I want the cdf vector" means. If that means the data that forms the cdf plot on the graph, then ...

3年以上 前 | 0

| 採用済み

回答済み
Problem passing sine wave through if statement
Hi Matthew, The "Port 1" referenced in the error message is the first output port, not the input port. All output ports from th...

3年以上 前 | 0

| 採用済み

回答済み
What is the physical interpretation of sos in Zp2sos function?
Hi Andi, Addresing the second part of your question: " why we need to do this" filtfilt will accept either transfer function (...

3年以上 前 | 0

回答済み
why does my data kick up at the end after doing ifft(X)
Hi Joanne It will be easier for people to help if you post the data. Use the paper clip icon to attach it to your question as a...

3年以上 前 | 0

回答済み
How to vectorize a complex function?
Hi Babak, Here is a one line solution. Whether or not it's more efficient/effective/clearer than the loop is an open question. ...

3年以上 前 | 0

回答済み
Reduce length of sum of products of symbolic variables
Hi Moritz, Would you mind explaining why it's necessary to get the expression into a particular form? Recreating the expressio...

3年以上 前 | 0

| 採用済み

回答済み
Not able to use the if condition as desired in simulink
The outputs of an If block can only drive If-Action subsystems. At a minimum, the limiter blocks need to be wrapped inside If-Ac...

3年以上 前 | 0

回答済み
Plotting the frequency response of a bandpass filter around a frequency fc
The code as implemented uses the form of freqz with the w input in normalized frequency in units of rad. The w vector on input r...

3年以上 前 | 1

| 採用済み

回答済み
How do I use methods from a class that works in matlab and use it in simulink?
How will the object instances be used in Simulink? This blog post and its follow-ups may be of interest.

3年以上 前 | 0

| 採用済み

回答済み
Is there a zpk block in simscape?
Zero-pole-gain block in Simulink, don't know if there is a specialized or alternate version in Simscape.

3年以上 前 | 1

| 採用済み

回答済み
Offset in filtered data when using filtfilt() Function
Thanks @Jan The filter, d, does not have unity gain at dc. fc = 0.4; d = designfilt("lowpassfir", 'PassbandFrequency', fc, 'S...

3年以上 前 | 1

さらに読み込む