Statistics
0 Questions
184 Answers
RANK
712
of 297,569
REPUTATION
106
CONTRIBUTIONS
0 Questions
184 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
16
RANK
of 20,459
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 159,178
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
Help with making an Ellipse Area function
Hello Brendan, To calculate the area of an ellipse using your X and Y data, you can follow these steps: Scale the Data: As you...
2 months ago | 1
save / print figure using appdesigner
Hello Scott, I understand that you're experiencing issues with the `print` function when trying to save a figure. As an alter...
2 months ago | 0
How to establish a virtual obstacle avoidance environment
Hello Tong, Creating a virtual environment for autonomous obstacle avoidance using virtual cameras is a fascinating area of res...
2 months ago | 0
video acquisition through webcam and processing
Hello Vardhit, To achieve live human detection using a webcam in MATLAB, you can use the webcam function to capture the video f...
2 months ago | 0
matlab online unrecognized function or variable ‘alm.internal.sltest.activate service
Hello Yanhua, The error message you're encountering, "unrecognized function or variable ‘alm.internal.sltest.activate service’"...
2 months ago | 0
Designing a mobile app for human activity recognition using MATLAB
Hi Emre, Based on my understanding MATLAB itself does not directly support creating standalone mobile applications. However, yo...
2 months ago | 0
Report Generator DocumentPart ReportTOC Font Size
Hello Fred, The issue you're encountering with an unexpectedly large font size at the end of the Table of Contents (TOC) in a W...
2 months ago | 0
App Designer, tab-group : docking/ undocking/ closing possibilities
Hello Avratanu, Implementing dock, undock, and close features for tabs in MATLAB App Designer can enhance the user experience b...
2 months ago | 0
Finding parameters by fitting data to a system of ODEs with lsqnonlin
Heelo neda, To estimate the parameters ( s ), ( d ), and ( \gamma ) for your system of ODEs using lsqnonlin in MATLAB, you can ...
2 months ago | 1
| accepted
I am a biggner in matlab and i want to work on ANN for solving classification problem, how can i start?
Hello Moath, Getting started with Artificial Neural Networks (ANN) in MATLAB for solving classification problems can be an ex...
2 months ago | 0
Extracting values from .xml files
Hi Auwal, To extract specific data from an XML file in MATLAB, you can use the xmlread function to load the XML content, and th...
2 months ago | 0
| accepted
how to analyze downlink 5G waveform for mixed numerology?
Hello Vanita, To analyze the downlink 5G waveform for Bit Error Rate (BER) and inter-numerology interference using the 5G Toolb...
2 months ago | 0
LTE PRACH DETECTION IN LTE TOOLBOX
Hello Sriharsha, The code snippet you shared is related to the detection of Physical Random Access Channel (PRACH) preambles in...
2 months ago | 0
LTE toolbox along with 5G toolbox using 2023b
Hi Kavyashree, If you're experiencing difficulties using the LTE Toolbox alongside the 5G Toolbox in MATLAB 2023b, here are som...
2 months ago | 0
Fit a standard exponential fit to approximate data
Hello Reji, To fit a standard exponential decay to your data and calculate the slope of the line connecting the start and end p...
2 months ago | 0
Unable to Insert Blocks by Typing Directly in Simulink (MATLAB 2017a)
Hi Achraf, It sounds like you're trying to add a Constant block in Simulink, but instead of adding the block, you're inadvert...
2 months ago | 0
| accepted
Real-Time Interface between App in AppDesigner and Simulink using parsim
Hello Fabian, To enhance your progress bar in a MATLAB App Designer application while using parsim for running parallel simulat...
2 months ago | 1
| accepted
Remove NaNs from uitable Matlab App
Hello MKM, Replace NaN with Empty Strings:You can use logical indexing to find NaN values and replace them with empty strings (...
2 months ago | 1
how to detect shot boundary in video
Hello Malathi, Detecting shot boundaries in a video involves identifying transitions between different scenes or shots. One com...
2 months ago | 0
problem using fplot for small arguments of spherical bessel functions
Hello Donaldo, To plot spherical Bessel functions for small arguments using symbolic variables in MATLAB, try the following app...
2 months ago | 0
EEGLAB: AMICA versus binica
Hello Dani, I understand you're having trouble grasping the assumptions behind AMICA and binica. Both of these algorithms ass...
2 months ago | 0
Is it possible to individually chose the language in which blocks are generated for a Simulink model
Hello Ishan, I understand that you're looking to generate C++ code for some blocks and CUDA code for others within the same S...
2 months ago | 0
How do I stop my app from closing after messages are displayed?
Hello Mário Sousa, It sounds like your compiled MATLAB application is closing immediately after running, and you'd like it to...
2 months ago | 0
Simulink is too slow and not responding in matlab 2021b and windows 11
Hello IOANNIS KORDATOS, It seems like you're experiencing some performance issues with simulations in Simulink. To enhance pe...
2 months ago | 0
How do I prevent figure container from getting docked by default?
Hello Bryce, Certainly! To prevent MATLAB figures from docking inside the main window by default, you can set the default windo...
2 months ago | 0
reopen figure and edit
Hello Masoud, When you save a figure in MATLAB Online and open it on your desktop version (like R2020b), you might notice that ...
2 months ago | 0
How to highlight a area in figure
To highlight an area in a figure and make it transparent, you can use the alpha data property in MATLAB. Here's a step-by-step...
2 months ago | 2
| accepted
Increase the widthof the little red line marker errors in the code
Hello Michael, I see you're looking for a way to make the red error underlines more noticeable in MATLAB. Unfortunately, ther...
2 months ago | 0
Why did not I see Digital to Analog Converter (DAC) block in MATLAB 5G toolbox?
Hello Hasan, I understand you're searching for a Digital-to-Analog Converter (DAC) block to simulate DAC behavior. The 5G Too...
2 months ago | 0
can anyone help me to how to link form from popup menu?
Hello Krishna, I assume you want to link forms or different sections of a GUI using a popup menu in MATLAB. It involves creatin...
2 months ago | 0