Réponse apportée
How to display 3D image from nii file (openfMRI data) and transfer it to DICOM file?
Hi, To display a 3D image from open fMRI data in online Matlab, you can follow these general steps: Download the fMRI data fr...

plus d'un an il y a | 0

Réponse apportée
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...

plus d'un an il y a | 1

Réponse apportée
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...

plus d'un an il y a | 0

Réponse apportée
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...

plus d'un an il y a | 0

Réponse apportée
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...

plus d'un an il y a | 1

Réponse apportée
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...

plus d'un an il y a | 0

Réponse apportée
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...

plus d'un an il y a | 0

Réponse apportée
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...

plus d'un an il y a | 0

Réponse apportée
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...

plus d'un an il y a | 0

Réponse apportée
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...

plus d'un an il y a | 0