photo

Priyank Sharma


2018년부터 활동

Followers: 0   Following: 0

통계학

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

배지 보기

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

대략 6년 전 | 0

| 수락됨

답변 있음
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년 전 | 0

| 수락됨

답변 있음
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년 전 | 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:...

대략 6년 전 | 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...

대략 6년 전 | 0

| 수락됨

답변 있음
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년 전 | 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...

대략 6년 전 | 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...

6년 초과 전 | 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...

6년 초과 전 | 0

| 수락됨

답변 있음
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년 초과 전 | 0

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

6년 초과 전 | 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...

6년 초과 전 | 0

| 수락됨

답변 있음
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년 초과 전 | 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...

6년 초과 전 | 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) ...

6년 초과 전 | 1

| 수락됨