Beantwortet
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...

fast 2 Jahre vor | 1

Beantwortet
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...

fast 2 Jahre vor | 0

Beantwortet
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...

fast 2 Jahre vor | 0

Beantwortet
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...

fast 2 Jahre vor | 1

Beantwortet
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...

fast 2 Jahre vor | 0

Beantwortet
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...

etwa 2 Jahre vor | 0

Beantwortet
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...

etwa 2 Jahre vor | 0

Beantwortet
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...

etwa 2 Jahre vor | 0

Beantwortet
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...

etwa 2 Jahre vor | 0