已回答
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...

10 months 前 | 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...

10 months 前 | 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); ...

10 months 前 | 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...

10 months 前 | 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....

10 months 前 | 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 ...

10 months 前 | 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; ...

10 months 前 | 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...

10 months 前 | 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...

10 months 前 | 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...

10 months 前 | 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...

10 months 前 | 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...

11 months 前 | 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 ...

11 months 前 | 0

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

12 months 前 | 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...

12 months 前 | 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...

12 months 前 | 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...

12 months 前 | 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...

12 months 前 | 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...

12 months 前 | 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...

12 months 前 | 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 year 前 | 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 year 前 | 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 year 前 | 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 year 前 | 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 year 前 | 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 year 前 | 0

| 已接受

已回答
Plotting wind field data on top of a Geographic map
Hello Shai, I understand that you are trying to plot wind field data on top of geographic map. You can do this by using th...

1 year 前 | 0

已回答
Plot contourplot of 2 inputs and 1 output, with one input being varied at z-axis.
Hello, I understand that you are trying to plot the output on y axis and give the second input as levels in a contour plot. ...

1 year 前 | 0

已回答
Bode Plot for a State Space with two inputs, one constant one oscillating between 0 and 15.
Hello Brandon, I understand that you are trying to create a bode plot of a state space with multiple inputs. Transfer func...

1 year 前 | 0

已回答
I need help properly implementing the power method to find the eigenvalues
Hello Brandon, I understand that you are trying to find eigen vectors for a matrix using power method and want to know the re...

1 year 前 | 0

加载更多