Aabha - MATLAB Central
photo

Aabha


Last seen: Today Active since 2025

Followers: 2   Following: 0

Statistics

MATLAB AnswersFrom 02/25 to 05/25Use left and right arrows to move selectionFrom 02/25Use left and right arrows to move left selectionTo 05/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

0 Questions
44 Answers

RANK
1.529
of 298.641

REPUTATION
44

CONTRIBUTIONS
0 Questions
44 Answers

ANSWER ACCEPTANCE
0.00%

VOTES RECEIVED
6

RANK
 of 20.635

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 161.878

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Knowledgeable Level 2
  • First Answer

View badges

Feeds

View by

Answered
Frequency resolution of Spectrogram
Hi @Umer Khalid, The ‘spectogram’ function has a few optional arguments that can be used to modify the resolution of the specto...

8 dagen ago | 0

Answered
Error "daqcli:daq:hardwareResourceReserved" when trying to do measurements
Hi @Thea, Since this is a hardware related problem, it is hard to pinpoint the exact reason you might be facing this issue. Bu...

9 dagen ago | 0

Answered
kindly tell me how to increase the transport delay and how can i update the buffer size parameter as per the warning it is coming
Hi @arunav ray, The issue that you are facing is about the buffer size parameter, of the ‘Variable Transport Delay’ block loca...

9 dagen ago | 0

Answered
Deploying CNN model on FPGA DE0 Nano Board
Hi @Parthsarthi, Here are a few steps you can follow in order to develop a Simulink model of a CNN, and make it compatible wit...

9 dagen ago | 1

Answered
Looking for a Simulink model of a Series HEV that I can use as the basis for implementing and testing my optimization algorithm.
Hi @Nico, There is an example model in Simscape, which was introduced by MathWorks and is compatible with MATLAB R2023b and la...

10 dagen ago | 0

Answered
Build time of my project is increasing after using "UpgradeAdvisor" to convert Configurable Subsystems to Variant Subsystems.
Hi @Veera, The ‘Variant Subsystem’ block offers more advantages than the previously used ‘Configurable Subsystem’ block. It ...

11 dagen ago | 0

| accepted

Answered
I am trying to use I2C block inside a interrupt but it not working
Hi @Roni, This issue is commonly observed while using STM32 boards, where I2C is interrupt based. When the ‘I2C’ block is pr...

11 dagen ago | 0

Answered
Error evaluating 'InitFcn' callback of Battery block (mask):
Hi @Tommy, The error message you are encountering indicates an issue with the initialization function (‘InitFcn’) of a masked b...

11 dagen ago | 0

Answered
Motor Control without using Host Model
Hi @Bhagyesh, If you wish to control the motor speed without using the host model, you can try changing the structure of the ...

22 dagen ago | 0

Answered
Problem in compiling the C++ code created by simulink Embedded Coder Quick Start "rtw_continuous.h" file not included
Hi @mehran khoshnevisan, The error you are facing with the ‘rtw_continuous.h’ and ‘rtw_solver.h’ header files not being found, ...

23 dagen ago | 0

Answered
How to use inlining for S-Function in Simulink with PLC Coder? Or, how to convert C++ code to other languages with PLC Coder?
Hi @min, I faced a similar issue while generating code from an ‘s-function’ block using PLC Coder. I came across a previous ...

23 dagen ago | 0

Answered
Draw arrows between Simulink blocks...
Hi @Chandran, Simulink allows users to use annotations to label block diagrams and provide more information about its content...

26 dagen ago | 0

Answered
How to transfer data between two separate Stateflow Chart blocks in Simulink?
Hi @Semih, I noticed that you are using two separate ‘Simulink-based State Blocks’ inside the ‘Stateflow’ chart. These blocks...

26 dagen ago | 0

Answered
Code Advisor: Check signal interfaces Check ID: mathworks.codegen.cgsl_0402
Hi @BisolYaz, The ‘Model Advisor’ only displays the checks for your installed products. In this case, all the checks mention...

26 dagen ago | 0

Answered
How to use bus data in Stateflow transition conditions?
Hi @Anantrao, I understand you wish to use data from a Simulink bus object in the transition condition for a Stateflow chart. ...

26 dagen ago | 0

Answered
State Writer: How can I reset state for delay block with frame-based processing?
Hi @Keith Lundberg, I faced a similar issue while trying to use a ‘State Writer’ block to reset the state of a ‘Delay’ block. ...

ongeveer 2 maanden ago | 0

| accepted

Answered
Convert a part of simulink model of my project to VHDL or Verilog code for FPGA
Hi @Kayalvizhi, Most of the blocks in the Specialised Power Systems library in Simscape currently do not support code generatio...

ongeveer 2 maanden ago | 0

| accepted

Answered
C-Caller Block in Rapid Accelerator Mode with Busses
Hi @Matthias Menge, I faced a similar problem a while back, when simulating the ‘slexCCallerExample’. I believe Simulink does...

ongeveer 2 maanden ago | 0

Answered
What is the sample time of C28x eQEP referring to?
Hi @Cristian, The ‘Sample Time’ parameter of the ‘eQEP’ block in Simulink specifies the frequency at which the block reads the ...

ongeveer 2 maanden ago | 0

Answered
Issues with Serial Communication of TMS320F28379D using SCI with Matlab Simulink
Hi @Tharun, I tried to reproduce the issue that you are facing by creating a similar model, but I was not able to. The model is...

ongeveer 2 maanden ago | 0

Answered
How to add functionality to simscape multibody?
Hi @Mark, I believe Simscape provides several ways for users to extend the capabilities of Simscape Multibody to customise comp...

ongeveer 2 maanden ago | 0

Answered
Using multiple interrupts generated by PWMs, F28379D and c2000
Hi @yinchao, Two separate ‘Hardware Interrupt’ blocks can be used to trigger two separate functions at different frequencies, a...

ongeveer 2 maanden ago | 0

Answered
Why does Stateflow operator 'falling' generate c code with conversion to float64?
Hi @Szkupien Bence, When generating code from a Stateflow chart that uses edge detection, such as the “falling” operator, the g...

3 maanden ago | 1

Answered
How to input an array in my simulink model?
Hi @Lily, I understand that you want to pass an array into a C function block within a Simulink model, and this array is part o...

3 maanden ago | 0

Answered
How to run SIL for an existing generated code?
Hi @Mehdi Jalalmaab, To run a Software-in-the-Loop (SIL) simulation using existing generated code from a Simulink model withou...

3 maanden ago | 0

Answered
Bus Creator: Import signals list from bus object
Hi @marco abbondanza, I faced a similar difficulty, while reading bus objects from the data dictionary. However, there is a wor...

3 maanden ago | 0

Answered
Is there a way how to optimize the PMSM Motor Block and the PMSM Field-Oriented Control using real current and voltage signal data from a real machine?
Hi, The parameters for the PMSM Drive model can be tuned according to real-time data using the “Parameter Estimator” interface...

3 maanden ago | 1

| accepted

Answered
Hysteesis Design tool can't display graphics-- -Powergui Error
Hi @duo, The error message may be because the "DisplayPushButton" callback is not executing as expected, possibly due to an iss...

3 maanden ago | 0

Answered
Implementing equality constraints using Structured Parameterization
Hi @Jason, The issue might be in the “for” loop of the code. In the current code, only the diagonal elements with odd indices a...

3 maanden ago | 1

Answered
Unable to Link Data Dictionary entries to System Composer Component Properties
Hi @ydyd, The System Composer component properties can be linked to data dictionaries using the “linkDictionary” function in MA...

3 maanden ago | 1

Load more