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

1 year 前 | 0

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

1 year 前 | 0

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

1 year 前 | 0

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

1 year 前 | 0

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

1 year 前 | 0

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

1 year 前 | 1

| 已接受

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

1 year 前 | 0

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

1 year 前 | 0

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

1 year 前 | 1

| 已接受

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

1 year 前 | 0

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

1 year 前 | 0

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

1 year 前 | 0

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

1 year 前 | 0

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

1 year 前 | 0