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

alrededor de 3 años hace | 0

| aceptada

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

alrededor de 3 años hace | 1

| aceptada

Respondida
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:...

alrededor de 3 años hace | 0

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

alrededor de 3 años hace | 0

| aceptada

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

alrededor de 3 años hace | 0

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

alrededor de 3 años hace | 0

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

alrededor de 3 años hace | 0

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

alrededor de 3 años hace | 0

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

alrededor de 3 años hace | 0

| aceptada

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

alrededor de 3 años hace | 0

| aceptada

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

alrededor de 3 años hace | 0

| aceptada

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

alrededor de 3 años hace | 0

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

alrededor de 3 años hace | 0

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

alrededor de 3 años hace | 0

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

alrededor de 3 años hace | 0

| aceptada

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

alrededor de 3 años hace | 0

Respondida
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;...

alrededor de 3 años hace | 0

| aceptada

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

alrededor de 3 años hace | 0

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

más de 3 años hace | 0

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

más de 3 años hace | 0

Respondida
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

más de 3 años hace | 0

| aceptada

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

más de 3 años hace | 1

| aceptada

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

más de 3 años hace | 0

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

más de 3 años hace | 0

| aceptada

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

más de 3 años hace | 0

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

más de 3 años hace | 0

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

más de 3 años hace | 0

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

más de 3 años hace | 0

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

más de 3 años hace | 0

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

más de 3 años hace | 0

Cargar más