回答済み
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年 前 | 0

回答済み
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年 前 | 0

回答済み
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年 前 | 1

| 採用済み

回答済み
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年 前 | 2

回答済み
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年 前 | 0

回答済み
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年 前 | 1

| 採用済み

回答済み
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年 前 | 0

回答済み
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年以上 前 | 2

回答済み
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年以上 前 | 0

回答済み
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年以上 前 | 0

| 採用済み

回答済み
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年以上 前 | 0

| 採用済み

回答済み
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年以上 前 | 0

回答済み
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年以上 前 | 0

回答済み
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年以上 前 | 0

回答済み
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年以上 前 | 1

回答済み
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年以上 前 | 0

回答済み
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年以上 前 | 0

| 採用済み

回答済み
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年以上 前 | 0

回答済み
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年以上 前 | 1

| 採用済み

回答済み
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年以上 前 | 0