Community Profile

photo

Juhi Singh

MathWorks

Last seen: 2 years ago Active since 2020

DISCLAIMER: Any advice or opinions posted here are my own, and in no way reflect that of MathWorks

Statistics

  • Knowledgeable Level 2
  • First Answer

View badges

Content Feed

View by

Answered
Audio Signal Processing in MATLAB (EQ and Delay)
Hi, To process audio signals in MATLAB, you can refer to the following links: Audio Signal Processing Audio Signals in MATLAB...

3 years ago | 0

Answered
How to do a probabilistic analysis in Simulink?
Hi, As far as I understand your problem you wish to do a probabilistic analysis of a Fault Tree using MATLAB. As of now there ...

3 years ago | 0

Answered
Fitting Model : This expression has no coefficients or non-scalar coefficients
The error is being encountered because pdf_GG() returns a vector. Unfortunately, specifying the coefficients as vector is not su...

3 years ago | 0

| accepted

Answered
Model selection function that compare all possible models with given predictor variables
Refer to the following links for more information regarding model selection: https://in.mathworks.com/help/econ/aicbic.html#btv...

3 years ago | 0

Answered
Where do I find documentation about how to define outputs to visualize within a testcase?
I think the following document might be helpful: https://www.mathworks.com/help/sltest/ug/capture-simulation-data.html

3 years ago | 0

| accepted

Answered
Control number of decimal places in app designer uitable with table array data
Unfortunately, the best way to achieve the result would be to convert it to a string. Please refer to the following link for mor...

3 years ago | 0

| accepted

Answered
What is a discharge coefficient and how affects the flow and pressure?
'' or Flow discharge coefficient is a parameter introduced to account for the difference between ideal(theoretical) mass flow ra...

3 years ago | 0

Answered
Reading from dump or pickle file, and other files
I understand that you want to have an interface between a pickle file and your MATLAB code. The easiest way to do that would be ...

3 years ago | 0