photo

prabhat kumar sharma


Last seen: 7 mois il y a Actif depuis 2023

Followers: 0   Following: 0

Statistiques

MATLAB Answers

0 Questions
184 Réponses

RANG
710
of 299 737

RÉPUTATION
108

CONTRIBUTIONS
0 Questions
184 Réponses

ACCEPTATION DE VOS RÉPONSES
0.00%

VOTES REÇUS
17

RANG
 of 20 791

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 165 604

CONTRIBUTIONS
0 Problèmes
0 Solutions

SCORE
0

NOMBRE DE BADGES
0

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • Knowledgeable Level 3
  • 6 Month Streak
  • First Answer

Afficher les badges

Feeds

Afficher par

Réponse apportée
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...

7 mois il y a | 1

Réponse apportée
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...

7 mois il y a | 0

Réponse apportée
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...

7 mois il y a | 0

Réponse apportée
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...

7 mois il y a | 0

Réponse apportée
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’"...

7 mois il y a | 0

Réponse apportée
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...

7 mois il y a | 0

Réponse apportée
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...

7 mois il y a | 0

Réponse apportée
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...

7 mois il y a | 0

Réponse apportée
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 ...

7 mois il y a | 1

| A accepté

Réponse apportée
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...

7 mois il y a | 0

Réponse apportée
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...

7 mois il y a | 0

| A accepté

Réponse apportée
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...

7 mois il y a | 0

Réponse apportée
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...

7 mois il y a | 0

Réponse apportée
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...

7 mois il y a | 0

Réponse apportée
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...

7 mois il y a | 0

Réponse apportée
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...

7 mois il y a | 0

| A accepté

Réponse apportée
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...

7 mois il y a | 1

| A accepté

Réponse apportée
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 (...

7 mois il y a | 1

Réponse apportée
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...

7 mois il y a | 0

Réponse apportée
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...

7 mois il y a | 0

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

7 mois il y a | 0

Réponse apportée
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...

7 mois il y a | 0

Réponse apportée
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...

7 mois il y a | 0

Réponse apportée
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...

7 mois il y a | 0

Réponse apportée
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...

7 mois il y a | 0

Réponse apportée
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 ...

7 mois il y a | 0

Réponse apportée
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...

7 mois il y a | 2

| A accepté

Réponse apportée
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...

7 mois il y a | 0

Réponse apportée
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...

7 mois il y a | 0

Réponse apportée
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...

8 mois il y a | 0

Charger plus