Answered
How do I use my trained CNN model to predict new pictures?
Hi, As per my understanding, you want to make predictions for new input using your trained network. You can do the same using t...

3 years ago | 0

| accepted

Answered
How to suppress TI C2000 Compiler Warning
Hi, Referring to the following MATLAB documentation, which might help you in suppressing the warning: - https://www.mathworks...

3 years ago | 1

| accepted

Answered
I need to find the y values at x=0 for the data provided below
Hi, Assuming, from y at x = 0, you mean yunit at xunit = 0, the yunits for the given values of x, y, and r would be as follows:...

3 years ago | 0

Answered
Simulink - Variable Size
Hi, Referring to the following resources, which might help you in resolving the issue: - Why are my MATLAB Function block argu...

3 years ago | 0

| accepted

Answered
2D data fitting using fit and fittype
Hi, As per my understanding, you are getting an error while fitting the data in x, y, and z. Note that the x, y, z are the colu...

3 years ago | 0

Answered
Saving cross sections in a for loop
Hi, As per my understanding, you want to visualize the 3-D volumetric data using the Volume Viewer app. Here is the step by ste...

3 years ago | 0

Answered
Is it neccessary to define the ChunkSize and Filters when using h5read?
Hi, As per my understanding, you would like to know if you need to define the "ChunkSize" and "Filters" parameters while readin...

3 years ago | 0

Answered
When I add new image , I want to get "the result" of image in neural network pattern recognition. How can I do this according to codes added?
Hi, As per my understanding, you want to make predictions for new input using your trained network. You can do the same using t...

3 years ago | 0

Answered
Text and non-text image classification.
Hi, As per my understanding, you want to build a classification model. Here is the documentation for creating a simple deep le...

3 years ago | 0

| accepted

Answered
How to create matrix from a function
Hi, As per my understanding, you want to create a matrix containing E1, sigma, and h2 values. The simple way would be as follow...

3 years ago | 0

| accepted

Answered
Inputing Values to ANN Matlab model
Hi, As per my understanding, you want to make predictions for new input using your trained network. You can do the same using t...

3 years ago | 0

| accepted

Answered
Python script not running with system
Hi, Referring to the following resources, which might help you to execute python scripts from MATLAB: - https://www.mathworks....

3 years ago | 0

Answered
Remove background noise from an audiotrack
Referring to the following resources, which might help you in resolving the issue: - https://www.mathworks.com/matlabcentral/an...

3 years ago | 0

Answered
About fully connected layer output
Hi, As per my understanding, you would like to know the difference between 'outputSize' and 'NumOutputs' for a fully connected...

3 years ago | 0

Answered
Find boundaries of shapes in of black and white image
Referring to the following resources, which might help you in resolving the issue: - Boundary Tracing in Images Shape detectio...

3 years ago | 0

| accepted

Answered
How to crop the circular ROI (already done) from the image ? I want to eliminate the black background for calculating average RGB values, so that i can calculate average luminance from the image.
Hi, Referring to the following MATLAB Answer, which might help you in resolving the issue: - Average pixel values of several R...

3 years ago | 0

Answered
Compare values in two matrix with different length by time in first row
Hi, You can perform the task mentioned above as follows: - clc; clear; %% Input variables Matrix_R = [0.020 77; 0.030 98;...

3 years ago | 0

| accepted

Answered
How do I make this sum loop work to fill select matrix elements?
Hi, As per my current understanding, you want to solve the second term of the equation, avoiding m and m' corresponding to the ...

3 years ago | 0

Answered
Datastore for deep learning
Hi, As per my understanding, you are facing issues while importing data in the deep learning app. I would suggest you use the N...

3 years ago | 0

Answered
Is there any way to train a neural network to recognise abnormal images?
Hi, As per my understanding, you want to train a Neural Network to flag the normal or abnormal ECG signal cycle. Following step...

3 years ago | 0

Answered
Making a 3D moving plot.
Hi, Referring to the following MATLAB Answer, which might help you in achieving the task: - Plot in 3D over Time

3 years ago | 0

| accepted

Answered
Configuring CNN With Two Arrays
Hi, Here is the documentation link to create a simple deep learning network for classification: - https://www.mathworks.com/he...

3 years ago | 1

| accepted

Answered
Insufficient number of outputs from right hand side of equal sign to satisfy assignment
Hi, As per my understanding, you are getting an 'Insufficient number of outputs from the right-hand side of equal sign to satis...

3 years ago | 0

Answered
How to make the weight obtained by convolution2dlayer non-negative?
Hi, As per my understanding, you want to constrain the weights of a convolution2DLayer in MATLAB. You can do so by accessing th...

3 years ago | 0

| accepted

Answered
rectangle pulse start from (0,0) in matlab
Hi, As per my understanding, you want to create a rectangular pulse with x=0 at t=0. The reason behind why you are not getting ...

3 years ago | 0

Answered
Error with CNN and RNN network
Hi, According to the error, you need to input cell array datatype to your network. This is because the recurrent layer with out...

3 years ago | 0

Answered
Heat Dissipation for a spherical body
Hi, Error - "Index exceeds the number of array elements" represents that you are indexing an array with some 'n' number of elem...

3 years ago | 0

Answered
combining classification from 2 different NN , on two different datasets
Hi, As per my understanding, you want to train two different Neural Network on two different datasets for the classification pr...

3 years ago | 0

Answered
Help regarding Publish to pdf in matlab.
Hi, As per my understanding, you are getting an error while using the publish() function. You need to make sure that the "C:\Us...

3 years ago | 0

Answered
reading .opus audio files
Hi, As per my understanding, you are getting an error while reading .opus audio file. This is because audioread() function does...

3 years ago | 0

Load more