Answered
How can I calculate mean of elements in a column of a cell array?
Hi Behrooz, As per my understanding, you have a cell array, stations2, with 10 rows and 20 columns. You would like to find the ...

1 year ago | 0

Answered
plotting 2 different graphs
Hello Karelle, As per my understanding, you have two matrices, say A and B, of the same size. You would like to plot just one (...

1 year ago | 0

Answered
concatenationLayer and convolutional layer
Hi abdu, As per my understanding, you would like to use the ‘concatenationLayer()’ function to concatenate the output of two co...

1 year ago | 1

| accepted

Answered
Issues with Panorama stitching "The specified transformation matrix is not valid because it is singular to working precision."
Hello Alexander Yuan, As per my understanding, you are using the “Feature Based Panoramic Image Stitching” example and changed ...

1 year ago | 2

Answered
Error importing Keras Network
Hello Fellarrusto, As per my understanding, you have trained a model in Python using Keras and you would like to import the tra...

1 year ago | 0

Answered
How can I use one row having full data whose elements repeat [like A(:,1) below] to query another data of the same type but having some elements missing?
Hi Stephen, As per my understanding, you would like the match the elements of B with values given in a vector A. There can be r...

1 year ago | 1

| accepted

Answered
Convert Mat files to csv files
Hi Harish, As per my understanding, you have a folder with many mat files. I assume each mat file has data store in a similar f...

1 year ago | 0

Answered
Patch does not fill area
Hi Fredrik A patch is made up of very tiny quadrilaterals. Before 16b, when patch function is used to plot a set of data in 3D...

1 year ago | 2

Answered
Create a function handle to a local function from outside of the function
Hi Robert As per my understanding, you would like to get function handles outside a m file. I believe it is not possible to d...

1 year ago | 0

Answered
Using summation to calculate for partition sums
Hi zack As per my understanding, you are trying to sum over all the states of an isotopologue. ds is the degeneracy factor of t...

1 year ago | 0

| accepted

Answered
While loop not working (beginner)
Hi Alexis I have not quite understood what you are trying to achieve. In your code, height_earth is an array and height_ear...

1 year ago | 0

| accepted

Answered
Is it possible to visualise NxNxN mesh/matrix as a figure or image?
Hi Sebastian, As per my understanding, you would like to plot a 3D object, whose (x,y,z) points you have in a matrix. You also ...

1 year ago | 0

Answered
How to plot the output of multiple for loops?
Hi, As per my understanding, you are trying to create 2 subplots of the data you have been able to successfully compute. Please...

1 year ago | 0

Answered
Segmentation not working properly?
Hi, As per my understanding, you are trying to perform medical image segmentation. I see you are trying to use predefined segme...

1 year ago | 0

Answered
How can I use Kronecker delta for 3d matrix
Hi, As per my understanding, you would like to create a 10x10x10 matrix with 0 in all locations except when indices i=j=k. Ple...

1 year ago | 1

Answered
how to obtain weights and biases for two outputs
Hi, As per my understanding you are trying to train a network with 5 inputs and 2 outputs. You also have a dataset containing 4...

1 year ago | 0

Answered
How to implement the arguments validation in a function correctly?
Hi, As per my understanding, you are trying to use Function Argument Validation and you are getting the error you are mentioned...

1 year ago | 0

| accepted

Answered
How do I implement a genetic algorithm for parameter fitting to an already existing ODE system>
Hi, As per my understanding, you would like to implement a genetic algorithm to fit parameters. Following are some resources ...

1 year ago | 0

Answered
Error during Adaptive AutoSAR code generation
Hi, As per my understanding, you have a model that was made in Simulink using classic AUTOSAR. You have ported it to Adaptive A...

1 year ago | 1

| accepted

Answered
How do I implement feature extraction using time-frequency analysis
Hi, As per my understanding, you have a 2-dimensional data from an ECG that you are trying to pass through an LSTM network. You...

1 year ago | 0