回答済み
Problem with matrix indexing
Hi, It’s my understanding that you are trying to construct a matrix of size 4900x9 by extracting the values from matrix A using...

約3年 前 | 0

回答済み
extract one of the bits in fi(), flip it, and reassemble it to produce new bin
Hi, It’s my understanding that you are trying to flip the bit at 2nd position. Following is the code for the same :- input =...

約3年 前 | 0

| 採用済み

回答済み
cubic spline interpolation based on intermediate iterative points.
Hi, It’s my understanding that you are trying to perform cubic spline interpolation between points x and y, using the interpola...

約3年 前 | 0

回答済み
how can i connect battery (mask) (link) to the circuit made in simscape electrical?
Hi, Refer to following example.

約3年 前 | 0

回答済み
Run pytorch gpu in Matlab
Hi, Refer to the following answer.

約3年 前 | 1

回答済み
Combining RGB to colored image after normalization
Hi, I understand that you are combining the red, green, blue channels of an image after histogram matching operation and you ar...

約3年 前 | 0

回答済み
Strange grid pattern in 2D Fourier transform
Hi, I understand that you are displaying phase spectrum of FFT of a mask. In the output image there is global grid pattern for...

約3年 前 | 0

| 採用済み

回答済み
Find one-to-one correspondence with "knnsearch" function
Hi, I understand that you are trying to find one to one correspondence between X and Y. One approach to find it using knnsearch...

約3年 前 | 1

| 採用済み

回答済み
How to plot UNEQUAL x -y axis for 3D surface plot
Hi, I understand that you are trying to plot data with unequal x and y axes. You can use meshgrid to organize the data. For oth...

約3年 前 | 1

| 採用済み

回答済み
Using fft to replace feature learning in CNN
Hi, I understand that you are using FFT for feature learning instead of CNN and the accuracy is staying at 10%. This is due to ...

約3年 前 | 0

| 採用済み

回答済み
Pcolor extract values of X,Y and C into one table?
Hi, It is my understanding that you want to combine the data stored in variables x_data, y_data, c_data into a table and write ...

約3年 前 | 0

回答済み
Are the SGDM and traingd algorithms the same?
Hi, Refer to the Algorithms section of the documentation for trainingOptions and traingdm.

約3年 前 | 0

回答済み
Compare ground truth scatter plot with tracker's scatter plot
Hi, From my understanding, you are trying to identify tracker output points in the vicinity of ground truth points given a maxi...

3年以上 前 | 0

回答済み
How to Save the figures getting from ANFIS
Hi, I understand that you want to save a figure which is an output of membership function. This can be done by using saveas.

3年以上 前 | 0

回答済み
Get pixel identities with different resolutions but same field of view
Hi, I understand that given an image in both higher and lower resolution, you want to identify pixel locations of higher resolu...

3年以上 前 | 0

| 採用済み

回答済み
Local Contrast by dragging rectangle on an image
Hi, I understand that you want to define a dynamic rectangular region of interest and enhance the contrast of the region insid...

3年以上 前 | 0

| 採用済み

回答済み
Drawing cross sectional views of a body using .mat file
Hi, I understand that you want to draw the cross-sectional view of a cylinder from the data in MD variable. Following is an e...

3年以上 前 | 0

回答済み
Plot on different tile during a loop
Hi, I understand that you want to access a previous tile in a tiled layout and plot a graph at that tile. The syntax to access...

3年以上 前 | 1

回答済み
How to extract photos from video at equal intervals?
Hi, I understand that you are trying to extract frames from a video at 10 seconds, 20 seconds, 30 seconds, 40 seconds, 50 seco...

3年以上 前 | 1

回答済み
Is there a way to multiply a formatted dlarray with a matrix?
Hi, I understand that you want to multiply a formatted dlarray y, and a matrix X, rows of which are constructed using formatte...

3年以上 前 | 0

回答済み
how do you plot fft of each sensor for both test
Hi, I understand that you want to calculate and plot FFT for each sensor for both the tests. According to the code shared, the...

3年以上 前 | 1

| 採用済み

回答済み
Calling specific cells and averaging
Hi, I understand that you want to calculate average of elements present at indices stored in the file “VisualVisualTest.mat”. ...

3年以上 前 | 0

| 採用済み

回答済み
RGB and LAB values
Hi, I understand that you want to display LAB color space values. By default, the Image Processing Toolbox represents colors i...

3年以上 前 | 0

回答済み
Adam Optimizer with feedforward nueral networks
Hi, It’s my understanding that you want to use Adam optimizer to train a neural network. This can be done using trainNetwork fu...

4年弱 前 | 0

回答済み
Naive Bayes Classification - Chanig distribution from Normal/Gaussian to other types
Hi, It’s my understanding that you are using Naïve Bayes classification for a multiclass problem with fitcnb function, and wan...

4年弱 前 | 1

| 採用済み

回答済み
Example does not work for binary classification..
Hi, It’s my understanding that you are trying to construct a binary classifier using Sequence Classification with LSTM on MAT...

4年弱 前 | 1

| 採用済み

回答済み
FFT of Linear FM Pulse Waveform
Hi, It’s my understanding that you are trying to generate FFT of waveform, which you have generated using phase.LinearFMWavef...

4年弱 前 | 0