답변 있음
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년 전 | 0

| 수락됨

답변 있음
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년 전 | 1

| 수락됨

답변 있음
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년 전 | 0

답변 있음
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년 전 | 0

| 수락됨

답변 있음
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년 전 | 0

답변 있음
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년 전 | 0

답변 있음
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년 전 | 0

답변 있음
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년 전 | 0

답변 있음
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년 전 | 0

| 수락됨

답변 있음
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년 전 | 0

| 수락됨

답변 있음
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년 전 | 0

| 수락됨

답변 있음
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년 전 | 0

답변 있음
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년 전 | 0

답변 있음
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년 전 | 0

답변 있음
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년 전 | 0

| 수락됨

답변 있음
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년 전 | 0

답변 있음
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년 전 | 0

| 수락됨

답변 있음
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년 전 | 0

답변 있음
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년 초과 전 | 0

답변 있음
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년 초과 전 | 0

답변 있음
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년 초과 전 | 0

| 수락됨

답변 있음
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년 초과 전 | 1

| 수락됨

답변 있음
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년 초과 전 | 0

답변 있음
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년 초과 전 | 0

| 수락됨

답변 있음
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년 초과 전 | 0

답변 있음
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년 초과 전 | 0

답변 있음
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년 초과 전 | 0

답변 있음
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년 초과 전 | 0

답변 있음
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년 초과 전 | 0

답변 있음
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년 초과 전 | 0

더 보기