Ankit Bhardwaj

MathWorks

Attivo dal 2017

Followers: 0   Following: 0

Application Support Engineer

Statistica

All
MATLAB Answers

0 Domande
13 Risposte

Cody

0 Problemi
1 Soluzione

RANK
2.994
of 300.392

REPUTAZIONE
20

CONTRIBUTI
0 Domande
13 Risposte

ACCETTAZIONE DELLE RISPOSTE
0.00%

VOTI RICEVUTI
2

RANK
 of 20.934

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK
119.072
of 168.373

CONTRIBUTI
0 Problemi
1 Soluzione

PUNTEGGIO
20

NUMERO DI BADGE
1

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • Solver
  • Knowledgeable Level 2
  • First Answer

Visualizza badge

Feeds

Visto da

Risolto


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

quasi 8 anni fa

Risposto
How can I change the active variant subsystem before simulation starts?
There can be multiple ways to solve this issue. 1. Create an empty subsystem at the top level with an openFcn callback with t...

oltre 8 anni fa | 0

Risposto
Step Response on linear analysis tool is scaled differently from simulink scope
One cause for this issue might be the incorrect usage of Linear Analysis Points. Please keep in mind that using "Open-loop Input...

oltre 8 anni fa | 0

Risposto
ALTERA DE0-NANO Board Support for HDL Coder
The Altera DEO-NANO board is not yet supported. However, you can can still add this board as a custom board and use it. Please r...

oltre 8 anni fa | 0

| accettato

Risposto
Camera Calibrator app rotation matrix?
The rotation matrix together with the translation vector allows you to transform points from the world coordinate to the camera ...

oltre 8 anni fa | 0

| accettato

Risposto
Best method of gathering varying amounts of user data via dialog boxes?
You can use a uitable. You can define a push button callback which increases the size of your table by one every time the button...

oltre 8 anni fa | 1

| accettato

Risposto
determine if the mouse is pressed in a given moment
You can use ButtonDownFcn callback for your figure. This callback executes whenever the user clicks a mouse button while the poi...

oltre 8 anni fa | 0

Risposto
How do you plot an elevation line across a mesh dataset?
There can be multiple ways to do this. 1. You can use 'find' function to find the indices when yi has a constant value (e.g. ...

oltre 8 anni fa | 0

| accettato

Risposto
voicebox melcepst function help
If you are referring to the melcepst.m function from File Exchange, please get in touch with the author of this function. htt...

oltre 8 anni fa | 0

Risposto
How to fill in broken circles
You can start with the following example on detecting and measuring circular objects in an image. https://www.mathworks.com/help...

oltre 8 anni fa | 0

Risposto
How to have several plots with decreasing data in x direction for each plots
Assuming you have the following data. >> X1=[1,2,3,4,5,6,7,8,9,10]; >> Y1=2*X1; >> X2 = [1,2,3,4,5,6,7,8,9]; >> Y2 =...

oltre 8 anni fa | 0

Risposto
Surface plot to CAD model
Please go through the following article. http://blogs.mathworks.com/community/2013/06/20/paul-prints-the-l-shaped-membrane/ ...

oltre 8 anni fa | 1

Risposto
How to use a trained neural network in matlab??
Without knowing your custom neural network model, it is not possible for us to understand how it can be used to train new data...

oltre 8 anni fa | 0

Risposto
Matlab coder with bwboundries
According to the following documentation, code generation for 'bwboundaries' function requires 'conn' and 'options' (i.e. 2nd an...

oltre 8 anni fa | 0