Priyank Sharma
Followers: 0 Following: 0
Statistics
RANK
2.216
of 295.527
REPUTATION
28
CONTRIBUTIONS
0 Questions
15 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
2
RANK
of 20.242
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
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...
meer dan 6 jaar ago | 0
| accepted
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...
meer dan 6 jaar ago | 0
| accepted
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...
meer dan 6 jaar ago | 0
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:...
meer dan 6 jaar ago | 1
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...
meer dan 6 jaar ago | 0
| accepted
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...
meer dan 6 jaar ago | 0
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...
meer dan 6 jaar ago | 0
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...
meer dan 6 jaar ago | 0
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...
meer dan 6 jaar ago | 0
| accepted
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 ...
meer dan 6 jaar ago | 0
Do I need to recompile matconvnet everytime I start matlab?
Execute the following commands in MATLAB Command prompt: >>restoredefaultpath >>rehash toolboxcache >>savepath These ...
meer dan 6 jaar ago | 0
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...
meer dan 6 jaar ago | 0
| accepted
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...
meer dan 6 jaar ago | 0
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...
bijna 7 jaar ago | 0
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) ...
bijna 7 jaar ago | 1
| accepted