
Aravind
Followers: 0 Following: 0
Statistics
0 Questions
72 Answers
RANK
980
of 296,887
REPUTATION
76
CONTRIBUTIONS
0 Questions
72 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
8
RANK
of 20,416
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 157,313
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
Feeds
Cannot find font file
Hi @Cedric, The font picker issue arises because newer versions of Windows 10 and 11 allow fonts to be installed for a specif...
1 hour ago | 0
Embedded Coder Integer Saturation
Hi @Jake Gareau, It seems you are noticing saturation logic being used in the counter for the “after” command in Stateflow's ...
1 hour ago | 0
How to read the contents of .txt and display its contents in my gui.
Hi @han han, To display the contents of a .txt file in your MATLAB GUI using App Designer, you can follow the following steps...
2 days ago | 0
Most efficient way to read mdf file
Hi @Monika K, If you're looking to optimize the reading of a very large MDF file, you can do so by processing the data in chu...
2 days ago | 0
How to make a GUIDE axes into a map axes
Hi @Larry Brunson, To display a map in your GUIDE GUI (R2018b), you can use the “axesm” function from the Mapping Toolbox. H...
2 days ago | 0
Can 'uialert' create a modal replaceable dialog like 'warndlg'?
Hi @rui, While the “uialert” function in MATLAB can create a modal dialog box, it does not automatically replace existing dialo...
5 days ago | 0
Non-Modal uiconfirm/uialert etc.
Hi @Norbert, The newer dialog boxes, like “uialert,” allow you to set the modality, eliminating the need to use the deprecate...
6 days ago | 1
| accepted
In Vehicle Body 3dof Longitudinal, how to determine suspension parameter?
Hi @直輝 江口, In the “Vehicle Body 3DOF Longitudinal” block, the suspension parameters you mentioned relate to the forces and d...
6 days ago | 0
app designer problem 2021b
Hi @Arshia Asadollahi, The error message you are encountering in App Designer suggests there's an issue with matrix operatio...
6 days ago | 0
How to use PID controller from Control System TB in Matlab function of Stateflow?
Hi @Alexander, I understand you are interested in implementing a PID controller within a Stateflow chart. While it is technic...
6 days ago | 0
I do not know how to use the asbTrajectory Tool of Quadcopter Project.
Hi @Yoshiyuki Otsuji, The “asbTrajectoryTool” serves mainly as a reference tool and does not directly integrate with the exampl...
6 days ago | 0
Does anyone know how to use the asbTrajectoryTool of Quadcopter Project?
Hi @Miguel, The “asbTrajectoryTool” serves mainly as a reference tool and does not directly integrate with the example for auto...
6 days ago | 0
Modeling of cooling plate
Hi @Harish M Y, I reviewed the model you shared and was able to replicate the error you encountered. The error indicates that...
7 days ago | 0
Trying to generate a code from a simevents model
Hi @Mohaiad Elbasheer, It seems like you are trying to create a standalone application from a Simulink model that includes Si...
7 days ago | 0
issue in configuration of embedded coder c2000
Hi @jainam shah, According to the documentation found at https://www.mathworks.com/help/ti-c2000/gs/CCS-MATLAB-versions.html, ...
11 days ago | 0
Why data is discarded in shuffle operation when training a deep network?
Hi @Hana Ahmed, When training deep learning networks in MATLAB, if the batch size does not evenly divide the number of training...
11 days ago | 0
I need to get reads from mpu6050 sensor through MATLAB GUI using Arduino
Hi @Rabie Mhawesh, If you are looking to read data from an MPU6050 sensor using an Arduino, you have two main approaches to con...
11 days ago | 0
I get this output :"Solver stopped prematurely. No integer feasible point found" in intlinprog function
Hi @sahar, The message "Solver stopped prematurely. No integer feasible point found" suggests that the “intlinprog” function ...
12 days ago | 0
OPC DA Write issues
Hi @Pablo, Based on the error shared, it looks like you are encountering an issue with code generation for a Simulink model con...
12 days ago | 0
Looking for approach to import XLS data for code generation
Hi @Thisis Idea, To import signal names and their associated properties from an Excel file into Simulink's Model Explorer, an...
12 days ago | 0
How to find GNSS satellite elevation angle from .obs and .nav data?
Hi @SOMNATH MAHATO, It sounds like you're looking to calculate the satellite elevation angle from a .NAV RINEX file. Here's h...
13 days ago | 0
| accepted
Failed to evaluate mask initialization commands. Error using Simulink.Simulation.internal.DesktopSimHelper. Interpolation requires at least two sample points for each grid dim
Hi @Jorge, I was able to replicate the error you mentioned, and it appears to be due to incompatible parameter values rather th...
2 months ago | 0
Application Compiler: Why do I get the error "Variable 'input1' has been deleted from base workspace" and subsequently a failure to package the code in Application Compiler
Hi @Sidharth, It sounds like you're facing an error with the "Application Compiler" in MATLAB, where the variable “input1” is n...
2 months ago | 0
Export HDF5 data based on latitude and longitude
Hi @Diego Araujo, MATLAB allows you to read and extract data from HDF5 files using the “h5read” function. This function reads...
2 months ago | 0
can i add TMS320F28P55SJ launch pad to MATLAB Simulink , not available in c2000 blockset
Hi, According to the official documentation here, the TMS320F28P55SJ Launch Pad from Texas Instruments is actually supported ...
2 months ago | 0
can i add TMS320F28P55SJ launch pad to matlab simulik
Hi @Sushan, According to the official documentation here, the TMS320F28P55SJ Launch Pad from Texas Instruments is supported b...
2 months ago | 0
I would like to introduce a new loss function.
Hi @usama, In MATLAB, to incorporate custom loss functions into deep learning models, you need to define the loss function an...
2 months ago | 0
Which public finance databases are officially supported by MATLAB Financial Toolbox?
Hi @HK Physicist, The Financial Toolbox in MATLAB, through its Datafeed Toolbox, allows access to several public finance databa...
2 months ago | 1
| accepted
Deployed Java package: Does "getenv" get value inheritted from immediate parent process?
Hi @FM, In MATLAB and the MATLAB Runtime, environment variables are inherited from the parent process, which is consistent wi...
2 months ago | 0
| accepted
Why I can't tune/design PID for a stepper motor with lead screw modelled with simscape?
Hi @MOKHTAR, It seems you're trying to use the "PID Tuner" app to automatically tune a PID controller in a Simulink model w...
2 months ago | 0