Answered
objective function in case of genetic algorithm for dynamic optimization
To define the objective function for your genetic algorithm, you can follow these steps: Define the decision variables: In your...

mer än ett år ago | 1

Answered
Having some error while using doLayout, will appreciate any help. Incorrect number or types of inputs or outputs for function 'doLayout'.
Hi, The function dolayout has been removed with MATLAB R2022b. This may be the cause of the error that you are getting. Instead...

mer än ett år ago | 0

Answered
How to generate code in MATLAB for randomly oriented short fibers?
Hi, Generating code in MATLAB for randomly oriented short fibers typically involves defining the geometry of the fibers and ran...

mer än ett år ago | 0

Answered
How to add impulsive noise to a signal in MATLAB
Hi, To add impulsive noise to a signal in MATLAB, you can use the imnoise function, which can add different types of noise to a...

mer än ett år ago | 1

Answered
Change pixels to mm in axes in plot
Hi, Assuming that you are using the imshow method as shown in the code snippet, then that may not be the correct way of using i...

mer än ett år ago | 0

Answered
Suggestion for purchase an IP camera
Hi, Many manufacturers provide IP cameras that are compatible with MATLAB. The IP cameras from the following manufacturers have...

nästan 2 år ago | 0

Answered
Can anyone help me in taking plot between threshold voltage and thickness of AlN
Hi, The code is generating a plot which is linearly decreasing, but I assume that you are expecting a different type of graph...

nästan 2 år ago | 0

Answered
I need help plotting points with * symbol at intervals equal to Ts = 1/fs = 1/7s (Here is my code)?
Hi, Based on the code that you have provided, the sampling rate can be set by changing the value of f to 7. You can add * mar...

nästan 2 år ago | 0

Answered
Smoothing the time series data (x-axis is time in seconds, y-axis is Pressure)
Hi, The usage of FFT to filter the signal depends on the signal that is being processed. You can refer to the below link to se...

nästan 2 år ago | 0