photo

arushi


Last seen: Today Active since 2022

Followers: 2   Following: 0

Statistics

  • Knowledgeable Level 2
  • 3 Month Streak
  • First Answer

View badges

Feeds

View by

Answered
Principal component Analysis example on Matlab
Hi Kamu, It seems like you're trying to perform Principal Component Analysis (PCA) on your data using MATLAB and are encounteri...

ungefär 5 timmar 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...

ungefär 5 timmar ago | 0

Answered
Geeting warning like "Unable to locate check "mathworks.slcontrolfrest.timevaryingsources"" . Why it occurs?
Hi Vijaykumar, The warning message you're encountering indicates that the Model Advisor is unable to locate a specific check, "...

ungefär 8 timmar ago | 0

Answered
Warning: Block diagram 'XYZ' contains disabled library links.
Hi Bhavnish, When you receive a warning about disabled library links in a Simulink model or library, it indicates that some blo...

ungefär 8 timmar ago | 0

Answered
What does Model advisor report means by treat as Referenced Model: off
Hi Hariom, In the context of Simulink and the Model Advisor report, the setting "Treat as Referenced Model: off" refers to how ...

ungefär 8 timmar ago | 0

Answered
Platform Support Update for MATLAB
Hi Martin, Polyspace products are part of the MATLAB and Simulink family, these products are included in MathWorks support. ...

ungefär 10 timmar ago | 0

Answered
Parameter estimation for the battery model in simulink
Hello Arpit, I understand that you are having trouble running their Simulink error and getting the error “All input arguments m...

ungefär 10 timmar ago | 0

Answered
Simulink thermal coppling problem
Hi Philippe, I understand that you are having issues with Thermal Coupling in the Constant Volume Chamber. The temperature comi...

ungefär 10 timmar ago | 0

Answered
Simulink thermal coppling problem
Hi Philippe, I understand that you are having issues with Thermal Coupling in the Constant Volume Chamber. The temperature comi...

ungefär 10 timmar 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...

3 dagar ago | 0

Answered
Unable to recognise function from called script
Hi Alexandra, "t = [1, 2, 3, 4]" should be defined inside the function. In MATLAB, functions defined within a script are local...

3 dagar ago | 1

Answered
Run a python exe from within a Matlab exe with Administrator permissions
Hi Adithya Kalliath To execute a Python script in MATLAB with admin privileges, you can utilize the 'system' function within ...

3 dagar ago | 0

Answered
synchronised or asynchronised reinforcement learning
Hi Gerlof Zuidema When it comes to determining the use of Synchronized over Asynchronized learning, it is advisable to employ t...

3 dagar ago | 0

Answered
Q-Bat installation error
Hi Balamurugan P The error is normally caused by an internal Certificate Authority configuration. There are a few solutions a...

3 dagar ago | 0

Answered
Faster alternate to all() function
Hi Abhinesh, Here’s a possible approach that uses vectorized operations and logical indexing to improve performance: % Assumin...

4 dagar ago | 0

Answered
How to run Model Advisor in invisible mode?
Hi Mahibub, Running Model Advisor checks on multiple Simulink models without the progress bar stealing focus can be a bit chall...

4 dagar ago | 0

Answered
How to include subscript in the variable name in Biplot
Hi Khandker, The issue you're facing with variable names not appearing in the biplot when using 12 variables could be due to a ...

4 dagar ago | 0

Answered
Cluster with custom metric
Hi Teresa, To cluster your data using a custom distance metric in MATLAB, you can use the linkage function, which supports clus...

4 dagar ago | 0

Answered
What is different between 'Simulink.ModelAdvisor.getModelAdvisor' and 'ModelAdvsior.run'?
Hi Donghun, When using MATLAB's Model Advisor, it's important to understand the differences between the various methods of runn...

4 dagar ago | 0

Answered
Feature selection using clustering
Hi Kamil, When using clustering methods like Ward's algorithm for feature selection, the goal is to group similar features toge...

4 dagar ago | 0

Answered
Do I need to scale the data before using matlab pca function
Hi Yimin, When performing Principal Component Analysis (PCA) using MATLAB's `pca` function, it's important to consider the scal...

4 dagar ago | 0

Answered
Recursive backtracking with cell arrays?
Hi Mason, Ensure that each recursive call correctly accumulates solutions and passes them up the call stack. Make sure that so...

5 dagar ago | 0

Answered
PPO training Stopped Learning.
Hi Lloyd, Some potential reasons why your training might be hitting a plateau and not improving further: Q0 and Learning Plate...

5 dagar ago | 0

Answered
Why doesn't the figure show the text and fitting line?
Hi Wiqas, The code seems to be correct.To ensure that the text annotations and fitting lines are properly displayed on your fig...

5 dagar ago | 1

Answered
using python code in Matlab function block of Simulink
Hi Leila Shams Ashkezari To use ‘cell2mat()’ and other functions inside the ‘MATLAB function’ block, you can utilize the 'coder...

5 dagar ago | 0

Answered
How do I pass complex numbers to MATLAB Engine? (Python)
Hi Marvin C To pass complex numbers to MATLAB from python, you can utilize the 'matlab.double' function and set the 'is_complex...

5 dagar ago | 1

Answered
How can I load a tif file and save it again with the same parameters as before?
Hi Jonas Müller The problem lies in the size of the image. MATLAB has a limitation where it can only save images in the traditi...

5 dagar ago | 0

Answered
How to calculate scores when using pcacov?
Hi Juan, To perform PCA using a Spearman correlation matrix and obtain scores, you'll need to follow a few steps, as the pcacov...

5 dagar ago | 0

Answered
Mysql using mym - "Commands out of sync" error
Hi Eran, The "Commands out of sync" error is a known issue with MySQL client libraries, including mym, when the sequence of com...

5 dagar ago | 0

Answered
Install_addon error!
Hi Aleyna, The error message you're encountering suggests that there might be a permissions issue when trying to install the ad...

5 dagar ago | 0

Load more