Answered
Matlab with deep learning and machine learning for vibrations to predict response
To predict the final state of a nonlinear system, physics informed neural networks can be used. You can refer to the link below ...

12 months ago | 0

Answered
using LSTM nets for classification with multiple outputs
To build an LSTM based neural netowkr with three prediction classes, create a layer array containing a sequence input layer, an ...

12 months ago | 0

Answered
Compute A Moving Average on a Live Streamed Signal
I understand that you want to implement an efficient moving average filter for a livestream of data and further write it on an A...

12 months ago | 0

Answered
How to know if ANN is giving good results?
A good R2 score but the model not performing well on testing data may be an indicator of overfitting. You can try the below ment...

12 months ago | 0

| accepted

Answered
How to use Matlab remotly being already connected with VPN.
Hello, I understand that you are receiving error code 96 when trying to connect to a MATLAB instance over a VPN. You can refer ...

12 months ago | 1

| accepted

Answered
How do I deal with super larger image in semantic segmentation?
Hello, I understand you want to train large sized images on a neural network in MATLAB. The “inputLayer” function in MATLAB can...

12 months ago | 0

Answered
How can I use a normal node and an activation function together in a hidden layer?
Hello, According to my understanding, you want to create a neural network and define the activation function on the hidden laye...

1 year ago | 0

Answered
How to segment cells(round) and bacterias(longitudinal) and label them ?
Hello, I understand that you want to classify the circular and longitudinal shapes in the images without the use of any machine...

1 year ago | 0

Answered
Maximixe output of Neural Network After training
Hello @Federico Toso According to my understanding, you want to maximize the output of a neural network across all predictions ...

1 year ago | 0

Answered
How to select model after ANN modelling in MATLAB?
Hello @Mohammad Mainul According to my understanding, the second architecture seems to be overfitting the training data, as sug...

1 year ago | 1

| accepted

Answered
Why are filter coeffiecients of Notch filter design at filterDesigner App and notch-peak block(simulink) are different ?
Hello, I understand that you are receiving different filter coefficients when using the filter designer app and the notch filte...

1 year ago | 0

Answered
Problems when modelling a Shape Memory Alloy (SMA) system
Hello I understand that you are having certain difficulties in modelling SMA based actuators in MATLAB/Simulink. Given the prop...

1 year ago | 0

Answered
Animate Registration of the point cloud data sets
Hello I understand that you want to animate the registration of a point cloud dataset. You can follow the following steps to ac...

1 year ago | 0

Answered
I have a single channel EEG signal and I want to denoise the signal using matlab kalman filter. Can anyone explain how and what are the parameters that i need to include ?
Hello I understand that you are facing an error when using the “connect” function for interconnecting blocks in MATLAB. The “sy...

1 year ago | 0

Answered
How can I calculate the IoU between the original image and the predicted one as shown in attached image?
Hi @yasmin ismail I understand that you want to calculate the IoU score between the original and predicted images using MATLAB....

1 year ago | 0

Answered
How to do a yearly regression?
Hi @Malene Brautaset I understand you want to perform an year wise regression on the this dataset. You can follow the below ste...

1 year ago | 0

Answered
how to decide Fixed step size (sample time)
Hi @Maya I understand that you want to choose a sample time for your simulation and the associated fized step size. Choosing th...

1 year ago | 1

Answered
Unreadable menu text and fonts in Linux xrdp system environment
Hi @현준 I understand that you are having trouble with MATLAB’s display when connected over xrdp. MathWorks’s does not support...

1 year ago | 0

Answered
How to see the weight of features of trained model in Regression Leaner App?
Hi @binh23294 I understand that you want to obtain the weights of a model trained using the regression learner app. Start by ...

1 year ago | 0

| accepted

Answered
How to get Simulink.Bus Elements in Python with matlab.engine
Hi @Michael Leiter I understand that you are receiving the below listed errors when trying to get the Simulink.Bus elements in ...

1 year ago | 0

Answered
Artificial neural network - how to use in solving of constrained problem
Hi @Karol P. I understand that you want to train a custom ANN such that it meets the desired constraints. In order to achie...

1 year ago | 0

| accepted

Answered
Labelled 2D Matrix to JSON format for image segmentation deeplearning
Hi @Hannes Zedel I understand that you have a labeled dataset for image segmentation training task and would want to convert it...

1 year ago | 0

Answered
Pit Density of a Surface Calculation
Hi @Ace I understand that you are having issues with pit density calculation. I’m assuming that you have an algorithm for the r...

1 year ago | 1

Answered
How can I delete data from my table if two centroids from regionprops are the same?
Hi @Francisco I understand that you want to delete the spheroid data in the table “stats” which have the same centroid values. ...

1 year ago | 0

Answered
How to apply Signal space projection (SSP) on EEG
Hi @Adnan Abid I understand that you want to implement the Signal Space Projection on EEG signal in MATLAB. This can be achieve...

1 year ago | 0

Answered
ANN Pattern Recognition Model for Predicting one Output Variable
Hi @Mostafa I understand that you are getting the error: "no valid workspace variable" when trying to import the output variab...

1 year ago | 0

Solved


Project Euler: Problem 2, Sum of even Fibonacci
Each new term in the Fibonacci sequence is generated by adding the previous two terms. By starting with 1 and 2, the first 10 te...

1 year ago

Solved


Project Euler: Problem 1, Multiples of 3 and 5
If we list all the natural numbers below 10 that are multiples of 3 or 5, we get 3, 5, 6 and 9. The sum of these multiples is 23...

1 year ago

Answered
Error fuzzy.internal.utility.evalfis Input data must have as many columns as input variables and as many rows as independent sets of input values
Hi @Fatih Sengul I understand that you are receiving an error while using “evalfis”. The documentation states that when calling...

1 year ago | 0

Answered
i have to implement a discrete time derivative. i am a beginner at matlab and need thorough assistance please.
Hi @Abdelrhman Haggy I understand that you want to implement the discrete time derivative using m-function in MATLAB. Given inp...

1 year ago | 0

Load more