A répondu
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...

environ 3 ans il y a | 0

| A accepté

A répondu
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...

environ 3 ans il y a | 1

| A accepté

A répondu
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:...

environ 3 ans il y a | 0

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

environ 3 ans il y a | 0

| A accepté

A répondu
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...

environ 3 ans il y a | 0

A répondu
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...

environ 3 ans il y a | 0

A répondu
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...

environ 3 ans il y a | 0

A répondu
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...

environ 3 ans il y a | 0

A répondu
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...

environ 3 ans il y a | 0

| A accepté

A répondu
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...

environ 3 ans il y a | 0

| A accepté

A répondu
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...

environ 3 ans il y a | 0

| A accepté

A répondu
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....

environ 3 ans il y a | 0

A répondu
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...

environ 3 ans il y a | 0

A répondu
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...

environ 3 ans il y a | 0

A répondu
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...

environ 3 ans il y a | 0

| A accepté

A répondu
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...

environ 3 ans il y a | 0

A répondu
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;...

environ 3 ans il y a | 0

| A accepté

A répondu
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 ...

environ 3 ans il y a | 0

A répondu
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...

plus de 3 ans il y a | 0

A répondu
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...

plus de 3 ans il y a | 0

A répondu
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

plus de 3 ans il y a | 0

| A accepté

A répondu
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...

plus de 3 ans il y a | 1

| A accepté

A répondu
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...

plus de 3 ans il y a | 0

A répondu
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...

plus de 3 ans il y a | 0

| A accepté

A répondu
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 ...

plus de 3 ans il y a | 0

A répondu
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...

plus de 3 ans il y a | 0

A répondu
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...

plus de 3 ans il y a | 0

A répondu
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...

plus de 3 ans il y a | 0

A répondu
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...

plus de 3 ans il y a | 0

A répondu
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...

plus de 3 ans il y a | 0

Charger plus