photo

prabhat kumar sharma


Last seen: ungefär en månad ago Active since 2023

Followers: 0   Following: 0

Statistics

MATLAB Answers

0 Questions
184 Answers

RANK
711
of 297 457

REPUTATION
106

CONTRIBUTIONS
0 Questions
184 Answers

ANSWER ACCEPTANCE
0.00%

VOTES RECEIVED
16

RANK
 of 20 438

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 158 938

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 3
  • 6 Month Streak
  • First Answer

View badges

Feeds

View by

Answered
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...

ungefär en månad ago | 1

Answered
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...

ungefär en månad ago | 0

Answered
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...

ungefär en månad ago | 0

Answered
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...

ungefär en månad ago | 0

Answered
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’"...

ungefär en månad ago | 0

Answered
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...

ungefär en månad ago | 0

Answered
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...

ungefär en månad ago | 0

Answered
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...

ungefär en månad ago | 0

Answered
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 ...

ungefär en månad ago | 1

| accepted

Answered
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...

ungefär en månad ago | 0

Answered
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...

ungefär en månad ago | 0

| accepted

Answered
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...

ungefär en månad ago | 0

Answered
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...

ungefär en månad ago | 0

Answered
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...

ungefär en månad ago | 0

Answered
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...

ungefär en månad ago | 0

Answered
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...

ungefär 2 månader ago | 0

| accepted

Answered
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...

ungefär 2 månader ago | 1

| accepted

Answered
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 (...

ungefär 2 månader ago | 1

Answered
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...

ungefär 2 månader ago | 0

Answered
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...

ungefär 2 månader ago | 0

Answered
EEGLAB: AMICA versus binica
Hello Dani, I understand you're having trouble grasping the assumptions behind AMICA and binica. Both of these algorithms ass...

ungefär 2 månader ago | 0

Answered
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...

ungefär 2 månader ago | 0

Answered
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...

ungefär 2 månader ago | 0

Answered
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...

ungefär 2 månader ago | 0

Answered
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...

ungefär 2 månader ago | 0

Answered
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 ...

ungefär 2 månader ago | 0

Answered
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...

ungefär 2 månader ago | 2

| accepted

Answered
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...

ungefär 2 månader ago | 0

Answered
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...

ungefär 2 månader ago | 0

Answered
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...

ungefär 2 månader ago | 0

Load more