photo

arushi


Last seen: Today Active since 2022

Followers: 1   Following: 0

Statistics

  • Knowledgeable Level 1
  • 3 Month Streak
  • First Answer

View badges

Feeds

View by

Answered
Can I save a model using saveLearnerForCoder that is larger than 2GB
Hi Savannah, I understand from your query that you want to save variables larger than 2GB. For this, you can use the '-v7.3' fl...

19 days ago | 0

Answered
The problem of real-time continuous generation of simulated vehicles in the RoadRunner Scenario
Hi, I understand you want to know if you can use an API to create vehicles for simulation in ‘RoadRunner’. You can use ‘gRPC...

20 days ago | 0

Answered
Array too large for wdenoise?
Hi Reid, I understand that you are trying to denoise a signal and are getting an error because the size of the array that you a...

20 days ago | 0

Answered
issue in IP core generation
Hi aijaz, The error message indicates that the path to your working directory contains white spaces.The simplest solution is to...

20 days ago | 0

Answered
GARCH model for day-Ahead stock price forecasting
Hi Stelios, The error is occurring due to the following line: ForecastValues(i, :) = sqrt(variance(end, :)) .* TestDatax; ...

20 days ago | 0

Answered
When I try to open the SPM12 gui for CAT12 I get the following error. I open the gui by typing in the interface
Hi Megan, I understand from your question that you are encountering an error saying 'Invalid or deleted object.' The error occu...

21 days ago | 0

Answered
Accessing LIN blocks in Simulink model
Hi Goutham, I understand that you are unable to see the 'LIN Pack' and 'LIN Unpack' blocks in the Simulink Library. The blocks...

21 days ago | 0

Answered
How do I create a username for a virtual machine on the AWS cloud?
Hi Nicole, When setting up a virtual instance of MATLAB on AWS, the process involves creating an EC2 instance rather than a sta...

2 months ago | 0

Answered
Resource Unit Allocation in wlan toolbox
Hi Rishabh, To achieve the flexibility in Resource Unit (RU) allocation for different users in the WLAN toolbox, you may use th...

2 months ago | 0

Answered
Boundary Condtions tfest()
Hi Felix, In MATLAB, when estimating a transfer function using tfest(), you can specify various options through tfestOptions() ...

2 months ago | 0

Answered
Midpoint integration with for loop
Hi Hugo, It seems there might be a mistake in the implementation of the Midpoint Method in your MATLAB code. The Midpoint Metho...

2 months ago | 0

Answered
MATLAB to CPP code
Hi Mikhun, When dealing with non-standard data types like a 12-bit number which isn’t natively supported in C++. In MATLAB, fre...

2 months ago | 0

Answered
lsqnonlin() with Simulink
Hi Kukhokuhle, The error you’re encountering with lsqnonlin might be because there is a mismatch in the size of the arrays bei...

2 months ago | 0

Answered
Isolate equation with two variables
Hi Arne, To separate the variables in a partial differential equation like the Laplace equation, you can use the method of sepa...

2 months ago | 0

Answered
Normalize function at an exact value
Hi Michael, To normalize the systems so that they all let frequencies at 0.1 Hz through without filtering them, you want to ens...

2 months ago | 0

Answered
Callback issue with uimenu when while loop has been executed
Hi Jose, As per my understanding, the issue arises from the interaction between "myginput" and the GUI elements (like uimenu) i...

3 months ago | 0

Answered
Problem with KinectSimulator.
Hi Dawid, The error message you're encountering indicates that the "KinectSimulator" is trying to load a file named "kinect-pat...

3 months ago | 0

Answered
Computing ERP using RMS
Hi Freya, I understand that you want to compute the Root Mean Square (RMS) of EEG data across selected channels and participant...

3 months ago | 0

Answered
Using operator overloading with clib
Hi Peter, When integrating C++ libraries with MATLAB, particularly those utilizing features not directly supported by MATLAB's ...

3 months ago | 0

Answered
Assigning points for axes and using mdscale
Hi Manikatam, Yes, it can be achieved this by first obtaining the 3D coordinates of the points using Multidimensional Scaling (...

3 months ago | 0

Answered
Adding split data point (shape) in one map
Hi Rachele, I understand that you want to merge and display point data from two different shapefiles on a single map in MATLAB....

3 months ago | 0

Answered
how can I use insfilterAsync?
Hi Federico, To adapt the Pose Estimation From Asynchronous Sensors example for your own GPS and IMU data from a `.csv` file, y...

3 months ago | 0

Answered
Which estimator is used for which greyest options?
Hi Marius, In the context of system identification using MATLAB's System Identification Toolbox, choosing between a Least Squar...

3 months ago | 0

Answered
My one-sample t-test isn't working as I need it to.
Hi Ruslan, The code uses "ttest2" for a two-sample t-test, but you mentioned needing a one-sample t-test to compare each sample...

3 months ago | 0

| accepted

Answered
How to rectify the below error?
Hi Savita, The error message you're encountering might be related with a Mex file (`gray_mex`) used in your `extract_layers` fu...

3 months ago | 0

Answered
lratiotest warning about loglikelihood values
Hi Karen, The warning message you're encountering, "Warning: Restricted loglikelihood exceeds unrestricted loglikelihood," sugg...

3 months ago | 0

Answered
nonlinear bounded constraints in fmincon
Hi Hussain You can break the ramp limit constraint into two nonlinear inequality constraints for use with MATLAB's fmincon func...

3 months ago | 0

Answered
i cant seem to find the right value for k and it also says that eqn must be data of sym. how do i do it?
Hi Christella, The primary issue in the code is the approach to finding (k) using the initial conditions and then using it to s...

3 months ago | 0

Answered
how to get position data from acceleration data obtained from an IMU ?
Hi Vasumathi, I can see that you have already tried with Kalman filtering, low-pass filtering, and band-pass filtering without ...

4 months ago | 0

Answered
LMI decision variables interdependency
Hi Johannes, To solve a Linear Matrix Inequality (LMI) problem in MATLAB where decision variables are interdependent (e.g., one...

4 months ago | 0

Load more