Risposto
How to create a heatmap which would represent superimposed rectangles of different dimensions?
Hello Wax, As per my understanding, you would like to add a colorbar to your plot. Your plot consists of seven superimposed rec...

oltre un anno fa | 0

Risposto
Transform a workspace variable into single .mat files
Hi Jonas, As per my understanding, you have a cell array, trimmed_raw_data_together, and you would like to store each element o...

oltre un anno fa | 0

| accettato

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

oltre un anno fa | 0

Risposto
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 (...

oltre un anno fa | 0

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

oltre un anno fa | 1

| accettato

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

oltre un anno fa | 2

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

oltre un anno fa | 0

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

oltre un anno fa | 1

| accettato

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

oltre un anno fa | 0

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

oltre un anno fa | 2

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

oltre un anno fa | 0

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

oltre un anno fa | 0

| accettato

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

oltre un anno fa | 0

| accettato

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

oltre un anno fa | 0

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

quasi 2 anni fa | 0

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

quasi 2 anni fa | 0

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

quasi 2 anni fa | 1

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

quasi 2 anni fa | 0

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

quasi 2 anni fa | 0

| accettato

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

quasi 2 anni fa | 0

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

quasi 2 anni fa | 1

| accettato

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

quasi 2 anni fa | 0