回答済み
Cannot find this component in Simulink
Hello Axel, The block might be a "Repeating Sequence Stair" block with [1,0] as the "Vector of output values" in the Block Para...

12ヶ月 前 | 0

回答済み
how to get basis vector from eigenvalues
Hello, You can get the 2 basis vectors by simply sorting the eigen values in decreasing order and then usig the sorted indexes ...

12ヶ月 前 | 0

回答済み
how can i solve eps y''+ mu a(x) y'-b(x)y=f(x) with boundary condition y(0)=y(1)=0
Hello Dhayalan, The equations of the above form can be solved by using "diff" and "dsolve" functions in MATLAB. The "diff" func...

12ヶ月 前 | 0

回答済み
Matrix does not want to multiply and gives an error when I multiply a 3x3 matrix with a 3x1 matrix
Hello Gihahn, In line 2 "mat1" is not defined. If you want to have the inverse of "A" replace it with A. Also the size of "B" i...

12ヶ月 前 | 0

回答済み
Average of a repeating array
Hello, You can pad some zeros at the end to make the array size divisible by 100 and then use the "reshape" command to divide i...

12ヶ月 前 | 0

回答済み
Plotting a Multiple Category Single Line Graph
Hello Milan, The following code might help you: baseline = 985; y1 = [0,115,1085,969]; y2 = [1034,846,1037,959]; y3 = [1054...

12ヶ月 前 | 0

| 採用済み

回答済み
How to plot four scatter diagram on a single page?
Hello, You can use the "tiledlayout" feature or "subplots" feature in MATLAB. It can be done as follows: x = linspace(0,30); ...

約1年 前 | 1

回答済み
Determine data cells in Excel
Hello Erik, The following code might help you. I have used random data in the Excel file to verify the code. To get the timesta...

約1年 前 | 1

回答済み
Time vs displacement plot of a Transfer function
Hello Hassan, The following code might help you: %% parameters R = 5e-6; zeta= 0.2308; iota= 1.3; rhom= 997; rhonu = 1....

約1年 前 | 0

| 採用済み

回答済み
Errors in turbulent image analysis.
Hello, The error in line 5 is probably because you are trying to access indices that are beyond the size of the image "I". You ...

約1年 前 | 1

回答済み
Convert syms struct to numerical values
Hello, To solve the ode with initial condition as (x,y)=(1,1). You can do the following: syms x(t) y(t) ode1=diff(x)==2*x+y; ...

約1年 前 | 0

回答済み
The parkingSpotPath.mat example isn't showing up.
Hi Andrei, If you want to open the example "Perception-Based Parking Spot Detection Using Unreal Engine Simulation", run the fo...

約1年 前 | 0

回答済み
Simulink circuit calculations of current etc
Hi Garry, The red line indicates that the connection is not possible. This is because you are trying to connect two blocks that...

約1年 前 | 0

回答済み
Find the variable inside the LCM argument
Hi ali, If the LCM (least common multiple) of 2 numbers is known and one of the number is known then the value of the second nu...

約1年 前 | 0

回答済み
How can I plot graph with lines of different color each using for loop?
Hi Szu, Firstly there are some errors to be corrercted. The variable "i" needs to be intialized to zero every time the outer lo...

約1年 前 | 0

| 採用済み

回答済み
how can ı fixed
Hello Öner, I understand that you are trying to take variable "a" as input and then define variable "r" as an array with values...

約1年 前 | 0

回答済み
use struct in loop for
Hello Najafi, I understand that you are trying to create a struct "s" with field names "A1", "A2”, ... "A30" each having value ...

約1年 前 | 0

回答済み
파일을 찾을 수 없거나 권한이 거부되었습니다. 오류가 뜹니다.
Hello Yang, I understand that you are unable to read from a file due to permission related issues. The following actions could...

約1年 前 | 0

回答済み
Find maxima in proximity
Hello Raphael, I understand you are trying to find the maximums in “st_Q_exert” around known indices of maximums in “st_T_exert...

約1年 前 | 0

回答済み
error empty sym: 0-by-1
Hello Mattia, I understand that you are getting an “empty sym” when trying to solve a system of equations. For a system of equ...

約1年 前 | 0

回答済み
How to build a bilinear model in simulink, using in the simscape model
Hello HUANG, I understand that you want to connect the output of a MATLAB function to a Simscape block. It can be done as foll...

約1年 前 | 0

回答済み
Unable to run the highway lane change using Roadrunner Scenario
Hello Sayandip, I understand that you are getting an error saying, “Dot indexing is not supported for variable of this type” wh...

約1年 前 | 0

回答済み
I am trying to assign a new set of alphabets to a strand of alphabet matrix that I already have
Hello Lee, I understand that you are trying to replace every letter of the sequence by a specific letter based on the mapping g...

約1年 前 | 0

回答済み
Unable to write to BLE characteristic that has write permission
Hello Erik, I understand that you are trying to write to a characteristic using MATLAB. Writing to a characteristic is possible...

約1年 前 | 0

回答済み
Three level inverter PID controller tuning
Hello Yojan, I understand that you are trying to remove the high frequency ripple in the output by tuning the PI controller. F...

1年以上 前 | 0

回答済み
Solver was unable to reduce the step size without violating the minimum step size value of 4.9717E-17 for 1 consecutive times at time 0.0139941.
Hello Luca, The warning “Solver was unable to reduce the step size without violating the minimum step size value” can be caused...

1年以上 前 | 0

回答済み
Can MATLAB Play or Record 384 kHz Sampling Rate Audio Stream?
Hello Van, I understand that you are trying to play an audio with a sampling rate of 384kHz. MATLAB does support playing audio...

1年以上 前 | 0

回答済み
Techniques of common subexpression elimination, disorganization in MATLAB, etc..
Hello Babak, Common Subexpression Elimination (CSE) is a property of a compiler that aims to identify and eliminate redundant c...

1年以上 前 | 0

回答済み
I want to Obtain Closed Loop Response of my Plant with proposed controller using simulink.
Hello Muhammad, I understand that you are trying to plot the frequency response of open loop and closed loop systems and trying...

1年以上 前 | 0

回答済み
Simulink 연산량 최적화
Hello, I understand that you are looking for ways to optimize the number of computations in the generated code from a Simulink ...

1年以上 前 | 0

| 採用済み

さらに読み込む