Respondida
Automated hyperparameter optimization with costmatrix
Hi Lars, I understand that you are obtaining more false negative errors after you perform automated hyperparameter optimization...

más de 1 año hace | 0

Respondida
Vitis model_composer Simulink tutorial missing lab6_1.h file
Hi Raul, I understand that you are experiencing an issue with a missing file in the Vitis Model_Composer Simulink tutorial. You...

más de 1 año hace | 0

Respondida
Extracting mathematical equation from a deep neural network?
Hi Mahmoud, The code generated using “genFunction” indicates that MATLAB internally applies “minmax” processing to the input an...

más de 1 año hace | 0

Respondida
How do I calculate eccentricity or RMSE value from black and white image?
Hi HyoJae, I understand that you want to make a quarter circle which is just large enough to cover the entire white region in ...

más de 1 año hace | 0

Respondida
How to create a particle counter in MATLAB?
Hi Nisrina, To count the cumulative number of air particles emitted by a person while breathing in a room over time, estimate t...

más de 1 año hace | 0

Respondida
Comparing two images' point location & movement of an position of a point in video
Hi Jaeyoung, For the first question, you can use SIFT (Scale Invariant Feature Transform) to extract features from the images. ...

más de 1 año hace | 1

| aceptada

Respondida
Why doesnt the neural network just give me the fitting function as an output?
Hi Ali, I understand that you want to obtain a function-like representation of the neural network that you have trained. To get...

más de 1 año hace | 0

Respondida
How to normalize the values of a dataset of 32X8X2X15000 in the range -0.5 to 0.5 using standard deviation
Hi Anusaya, I understand that you are trying to scale your data present in the 4-D matrix so that it falls in the range [-0.5,...

más de 1 año hace | 0

Respondida
Convert to .TIFF without compression
Hi Chris, You can use the following code to save the image in the .tiff format without scaling. The code snippet uses the MATL...

más de 1 año hace | 1

| aceptada

Respondida
How to organize program files in OOP with classes and tests?
Hi Marco, You can refer to the Class and Package Folders section from Class File Organisation MATLAB documentation to underst...

más de 1 año hace | 0

Respondida
Modelling Heat Transfer of water flow through a concrete duct, Can't get my water value to stay at 5 degrees
Hi Lee, After analysing your code, I found out that you are updating the variable Tp instead of updating T due to which you are...

más de 1 año hace | 0

Respondida
How can I deform the boundary of a 2D shape with two layers in order to achieve a smooth transition between pixels, and generate different shapes in a randomized process?
Hi, You can approach the problem as follows: Step 1: Create a line using sum of m sine and n cosine functions. An example usin...

más de 1 año hace | 0

Respondida
Why this error?
Hi Sourov, Since you have already verified that you have not accidently overwritten the built-in scatter function using which ...

más de 1 año hace | 0

Respondida
complex values are not supported for video data matlab
Hi Navneet, You can try out the following two approaches to solve the problem you are facing due complex data in the video fra...

más de 1 año hace | 0