photo

Priyank Sharma


Active since 2018

Followers: 0   Following: 0

Statistics

All
  • 3 Month Streak
  • Revival Level 1
  • Knowledgeable Level 2
  • Solver
  • First Answer

View badges

Feeds

View by

Answered
Why is the simplify function not simplifying?
This is the expected behavior of the SIMPLIFY function in the Symbolic Math Toolbox. By default, the function tries to make as f...

6 years ago | 0

| accepted

Answered
Error using Texas Instrument control board , Error occurred while executing External Mode MEX-file 'ext_comm': Failed to connect to the target.
If you have already checked the three suggestions from the error message, the most probable cause of this error is that the firs...

6 years ago | 0

| accepted

Answered
I do not know how to use the asbTrajectory Tool of Quadcopter Project.
asbTrajectoryTool command is used to start the trajectory generation tool in MATLAB that creates a navigational panel used to de...

6 years ago | 0

Answered
How do I access the VEX Competition switch when it does not show in the library?
The features that you want to use are included in the toolbox from the R2016a MATLAB release. Below is the link to it: https:...

6 years ago | 1

Answered
How to interpret the output of mle()?
When you use 'mle()' for estimating the parameters for a normal distribution, the output is a maximum likelihood of the paramete...

6 years ago | 0

| accepted

Answered
customize library in matlab
You can refer to the following documentation link that describes how to create a custom library in MATLAB: <https://www.mathw...

6 years ago | 0

Answered
how to adjust distance between icon legend to its label?
You can find the children of Legend object. You can search for the ones that have their Type set to text and relocate them. Belo...

6 years ago | 0

Answered
Why does MATLAB class "dtmc" not allow sink states?
MATLAB normalizes the transition matrix so that all rows sum to 1. That is, MATLAB computes a right-stochastic matrix from the m...

6 years ago | 0

Answered
NI 8452 bitrate issues
Even though the clock rate is 20 MHz, there is a timing overhead for each SPI transaction. This timing overhead is mainly caused...

6 years ago | 0

| accepted

Answered
How do I save the output from a live script without saving the code?
My understanding is that you are trying to save the output to the base work space. If that is so, you can use the eval function ...

6 years ago | 0

Answered
Do I need to recompile matconvnet everytime I start matlab?
Execute the following commands in MATLAB Command prompt: >>restoredefaultpath >>rehash toolboxcache >>savepath These ...

6 years ago | 0

Answered
why GPUarray is slower than CPU?
There are multiple factors which determine a GPU's performance. The headline number of cores a GPU has is not enough to accurate...

6 years ago | 0

| accepted

Answered
Why does clicking Edit > Axis Properties cause the figure to vanish irrecoverably from display? (Windows 10, Surface Pro 4 + Surface Dock)
Edit->Axes Properties causes the figure to dock into the Figures group, opening a group window if necessary. If you are simply n...

6 years ago | 0

Answered
uiimport command--using variables
You can always stall the execution of the code followed by the uiimport command by storing the output as fields in a structure a...

6 years ago | 0

Answered
Fitting a series of rectangular pulses to data points
From my understanding, I think you are trying to fit a model over the data points defined by the amplitude(or the crust values) ...

6 years ago | 1

| accepted