![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/26618944_1684236069977.png)
Abhishek
MathWorks
Followers: 0 Following: 0
I'm an EDG Intern at MathWorks. DISCLAIMER: Any advice or opinions here are my own, and in no way reflect that of MathWorks.
Programming Languages:
MATLAB
Spoken Languages:
English
MATLAB
Spoken Languages:
English
Feeds
已回答
how can I make goodness of fit test for my calculated AICc for a neuron's spike train
Hi Mustafa, I understand that you want to apply certain goodness-of-fit tests, namely Kolmogorov-Smirnov (KS) test and autocorr...
how can I make goodness of fit test for my calculated AICc for a neuron's spike train
Hi Mustafa, I understand that you want to apply certain goodness-of-fit tests, namely Kolmogorov-Smirnov (KS) test and autocorr...
2 years 前 | 1
已回答
invalid training data. the output size of [128 128 2] the last layer does not match the response size[ 1 1 2].
Hi Merzouk, I understand that you are trying to perform image segmentation using a U-Net network. Based on the error message, ...
invalid training data. the output size of [128 128 2] the last layer does not match the response size[ 1 1 2].
Hi Merzouk, I understand that you are trying to perform image segmentation using a U-Net network. Based on the error message, ...
2 years 前 | 1
已回答
How to train neural networks for regression when the response variable is a vector
Hi Alex, I understand that you're trying to design a neural network for multivariate regression. To train a neural network for...
How to train neural networks for regression when the response variable is a vector
Hi Alex, I understand that you're trying to design a neural network for multivariate regression. To train a neural network for...
2 years 前 | 0
已回答
Model Amplifier Gain Variation with Output Swing
Hi David, I understand that you're trying to replicate the IV characteristics of transistor in saturation region using Operatio...
Model Amplifier Gain Variation with Output Swing
Hi David, I understand that you're trying to replicate the IV characteristics of transistor in saturation region using Operatio...
2 years 前 | 0
| 已接受
已回答
Satellite communications toolbox with parallel computing
Hello Etai, I understand your objective to expedite certain operations on satellitescenario objects. However, it appears that s...
Satellite communications toolbox with parallel computing
Hello Etai, I understand your objective to expedite certain operations on satellitescenario objects. However, it appears that s...
2 years 前 | 0
已回答
Help on opening a .fid file
Hi Marina, To read the file, it is recommended to open it using the function fopen. Once you have opened the file, you can read...
Help on opening a .fid file
Hi Marina, To read the file, it is recommended to open it using the function fopen. Once you have opened the file, you can read...
2 years 前 | 1
已回答
Data Logging on external SD Card with STM32F767ZI
Hi Lorenz, I understand that you have a requirement to log signal data into the SD card mounted on your target hardware. Consid...
Data Logging on external SD Card with STM32F767ZI
Hi Lorenz, I understand that you have a requirement to log signal data into the SD card mounted on your target hardware. Consid...
2 years 前 | 0
| 已接受
已回答
Merged plots from saved figure
Hi Filip, Based on my understanding, it seems that you are facing challenge in retrieving data from the generated fig file. To ...
Merged plots from saved figure
Hi Filip, Based on my understanding, it seems that you are facing challenge in retrieving data from the generated fig file. To ...
2 years 前 | 0
已回答
RF Toolbox: Plotting S-parameters
Hi Arsat, I understand that you're trying to figure out difference between plot of S parameters using the matchingnetwork funct...
RF Toolbox: Plotting S-parameters
Hi Arsat, I understand that you're trying to figure out difference between plot of S parameters using the matchingnetwork funct...
2 years 前 | 0
已回答
pv array mppt under partial shading code
Hi Anchita, There are several issues with the code. Firstly, there is a missing function declaration at the beginning, which i...
pv array mppt under partial shading code
Hi Anchita, There are several issues with the code. Firstly, there is a missing function declaration at the beginning, which i...
2 years 前 | 0
已回答
Convert Signal into a image for deep CNN input
Hi Christian, I understand you want to know how to convert an ECG signal into a 2D image to be used as input for a CNN model. ...
Convert Signal into a image for deep CNN input
Hi Christian, I understand you want to know how to convert an ECG signal into a 2D image to be used as input for a CNN model. ...
2 years 前 | 0
| 已接受
已回答
Should I do event tree modeling in simulink or via algorithm ?
Hi Mrunal, After reviewing the requirements you have presented, it appears that Simulink would be the optimal choice for simula...
Should I do event tree modeling in simulink or via algorithm ?
Hi Mrunal, After reviewing the requirements you have presented, it appears that Simulink would be the optimal choice for simula...
2 years 前 | 0
已回答
select a pixel on the grayscale image to get a mask
Hi Alberto, I understand that you want to interactively select pixels in figures for certain masking application. The code you ...
select a pixel on the grayscale image to get a mask
Hi Alberto, I understand that you want to interactively select pixels in figures for certain masking application. The code you ...
2 years 前 | 0
已回答
FIL支持的intel 开发板
Hi 帅帅 杨, Yes, 'X' marked cells here represent supported. All the blank cells are unsupported combinations. For further inform...
FIL支持的intel 开发板
Hi 帅帅 杨, Yes, 'X' marked cells here represent supported. All the blank cells are unsupported combinations. For further inform...
2 years 前 | 0
已回答
In a Neural Network Regression Plot R means R^2?
Hi Joan, I guess you are trying to know what 'R' in the Neural Network Fitting plot signifies and is it different from 'R^2'. ...
In a Neural Network Regression Plot R means R^2?
Hi Joan, I guess you are trying to know what 'R' in the Neural Network Fitting plot signifies and is it different from 'R^2'. ...
2 years 前 | 2
已回答
Write a loop to iteratively import files from a folder and do calculations with them
Hi, I assume that you have a working directory containing numbered .csv files that you want to import and work upon in sets ...
Write a loop to iteratively import files from a folder and do calculations with them
Hi, I assume that you have a working directory containing numbered .csv files that you want to import and work upon in sets ...
2 years 前 | 0
| 已接受