Community Profile

photo

Paras Gupta


Last seen: 1 month 前 自 2022 起处于活动状态

统计数据

  • 6 Month Streak
  • Knowledgeable Level 2
  • First Answer

查看徽章

Content Feed

排序方式:

已回答
Using C99 types instead of rtwtypes with Embedded Coder
Hi Felix, I understand that you want to use the C99 data types in the generated code in MATLAB R2021b. The 'Replace data type...

2 months 前 | 0

已回答
archives子文件夹少于三个文件安装失败
Hello, I understand that you are facing the error message "libxxx.so.xxx:file too short" when you try to run the MathWorks Inst...

2 months 前 | 0

已回答
How to obtain a single beta coefficient for a categorical predictor while using fitlme?
Hi Prashanti, I understand that you want a single beta coefficient for a categorical predictor using 'fitlme' function. However...

2 months 前 | 0

已回答
How to fit a double-mass-vibration transfer function based on measured FRF (stored as idfrd value)?
Hello, I understand that you get an error when you try to use 'tfest' function to estimate the transfer function for your model...

2 months 前 | 0

已回答
Unable to complete Hardware Setup in Simulink Support Package for Android Devices
Hello, I understand that you get the following error in MATLAB R2021b when you try to complete the hardware setup for Simulink ...

2 months 前 | 0

已回答
I'm doing pdm to pcm conversion and want output file to be generated in .pcm format currently using .bin file.
Hi Uma, I understand that the output in MATLAB and C do not match when you try to write data in an output file. The reason you...

3 months 前 | 0

已回答
Apply copulas for estimating a single missing marginal, is it possible?
Hi Barbab, I understand that you want to impute the value of a missing observation knowing other marginals. To provide an est...

3 months 前 | 0

已回答
I want to read an Ionex file from CDDIS in MATLAB that I have a TEC map that is plotted as a TEC image
Hi Rukundo, I understand that you want to read the given IONEX file, process it to extract the TEC map data, and output the dat...

3 months 前 | 0

已回答
How can I transform the code of the ea_spherical_roi function to one that creates ellipses?
Hi Tatyana, I understand that you are facing errors when tranforming the code in 'ea_spherical_roi.m' of the Lead-DBS MATLAB to...

3 months 前 | 0

已回答
Lyapunov Exponent Misclassifying Periodic Behavior as Chaotic
Hello, I understand that the attached code to calculate Lyapunov exponent returns a positive value for the given periodic data ...

3 months 前 | 0

已回答
How to provide pseudo (false) color to inverse fast fourier transformed image (IFFT)
Hi Anurag, I understand that you want to apply a pseudo-color to your processed image based on intensity gradients. The followi...

4 months 前 | 0

已回答
Limit the effects of extreme data observations
Hi Pawel, I understand that you want to limit the effects of extreme data observations using z-scores. Setting the z-scores l...

4 months 前 | 0

已回答
How can I run ttest2 on each entry of a correlation matrix (corr output) with multiple samples?
Hi Andrew, I understand that you want to run a t-test on each each entry of the correlation matrices in the 1x8 CTRL and 1x8 TR...

4 months 前 | 0

已回答
About coding for optimal no of cluster
Hi Seemant, I understand that you want to find the optimal number of clusters using the Silhouette Method with Fuzzy c-means as...

4 months 前 | 0

| 已接受

已回答
How the function "velodyneFileReader" calculate the start time of pcap file in matlab ?
Hi Sara, I understand that you want to know the specific calculation used by the 'velodyneFileReader' function in MATLAB to det...

5 months 前 | 0

已回答
Tengo problemas con el comando plot y no sé por qué
Hi, I understand that you are getting an error while plotting when you try to change the time range with a smaller step size. ...

5 months 前 | 0

已回答
Recognizing 8 audio channels not stereo
Hi Jihyun, I understand that you want to select and play one channel's audio data from an 8 channel audio file. MATLAB's 'audip...

5 months 前 | 0

已回答
Common get and set methods for dynamic properties in user defined classes
Hi Rajmohan, I understand that you are want to have common set and get methods for several dynamic properties in a MATLAB class...

5 months 前 | 0

已回答
how to apply clustering time series data ?
Hi 원석 서, I understand that you want to perform clustering on time series data of eight days into two clusters. We can use Hiera...

5 months 前 | 0

已回答
how to find lyapunov exponent for sine function sin(x) and how to plot it? if i have a code for logistic map? instead of logistic map lyapunov i want just sine lyapunov?
Hi Zubair, I understand that you want to plot the Lyapunov exponent for the sine function. The following changes can be mad...

6 months 前 | 0

已回答
matlab code for python script?
Hi Asim, I understand that you want to convert the given python code to MATLAB. In the given Python code, the “region” vari...

6 months 前 | 0

| 已接受

已回答
Error using imgaussfilt Expected A to be real.
Hi Gulfam, I understand that you are getting an error while using the “imgaussfilt” function in MATLAB. The error message i...

6 months 前 | 0

已回答
How to do comparison using TTEST2 to get the p-value between two 4-D connectivity matrices.
Hi Sandy, I understand that you want to know, what the different dimensions used in 4D connectivity analysis matrices represen...

6 months 前 | 0

已回答
How to save and load CheckedNodes of checkbox tree?
Hi, I understand that you want to save the current checkbox states and load them when the user opens the UI Figure next time. ...

7 months 前 | 0

| 已接受

已回答
Generating a random graph with given average(mean) degree of nodes
Hi, I understand that you want to generate the adjacency matrix for a random undirected graph with an average degree given as ...

7 months 前 | 0

已回答
Extracting Maximum pixel value from a raster (Canopy Height Model) for multiple polygons in a shapefile
Hello, I understand that you want to extract the maximum pixel value for each polygon in a shape file using a Canopy Height Mo...

7 months 前 | 0

已回答
How can I remove the option to close a figure in a ToolGroup?
Hi, I understand that you want to hide/remove the close button from the UI Figure tab in the Tool Group created using the prov...

7 months 前 | 0

已回答
如何用m脚本把Set Path 设置为默认值
Hi, I understand that you want to restore the MATLAB search path to its default state and disable the prompt for saving the pa...

7 months 前 | 0

已回答
bootci for 3d
Hi Miri, I understand you want to compute the confidence intervals for each row in a data matrix of size 200x2x75 separately f...

7 months 前 | 0

已回答
Difference between lsqlin (using IP-algorithm) and fmincon (using IP-algorithm)
Hi Jonathan, I understand you want to know the differences between the ‘lsqlin’ and ‘fmincon’ functions and why they are produ...

7 months 前 | 0

加载更多