photo

Ankita Nargundkar

MathWorks

Actif depuis 2016

Followers: 0   Following: 0

I am a Training Engineer at MathWorks and an Computer Science Engineer by Education

Statistiques

  • Knowledgeable Level 3
  • Knowledgeable Level 2
  • First Answer

Afficher les badges

Feeds

Afficher par

Réponse apportée
Dose database toolbox support Sql server 2016?
Any database that is JDBC/ODBC complaint is supported by database toolbox. Here is the link that explains how to connect to MS S...

environ 7 ans il y a | 0

Réponse apportée
Infrared recording via Kinect v2
You can refer to the links below <https://www.mathworks.com/videos/using-kinect-for-windows-with-matlab-77799.html Using Kine...

environ 7 ans il y a | 0

Réponse apportée
How to copy elements of one field of structure into another new field of another structure?
A.data = cell2mat(arrayfun(@(x) x.data,B,'Uni',false)) should do the trick. Also refer to these docs for more info. <https:/...

environ 7 ans il y a | 0

Réponse apportée
Location of TCP Server Configure?
The example you mentioned ships with Simulink Real-Time toolbox in R2017a or later. Also, Simulink Real-Time toolbox has a few o...

environ 7 ans il y a | 0

| A accepté

Réponse apportée
Write values in new matrix and mirror values with symmetry axis
If you can find the center you can replicate it easily, Also try to find the equation. Also if you have curve fitting toolbox u ...

environ 7 ans il y a | 0

Réponse apportée
Method to forecast categorical variable from numerous numerical predictors?
This webinar might be a good place to start: <https://www.mathworks.com/videos/predictive-maintenance-with-matlab-a-prognostics-...

environ 7 ans il y a | 0

Réponse apportée
Solve system of equations in simulink
Use 'matlabFunction' to create a numerical equivalent of the symbolic expressions. Refer to this <https://www.mathworks.com/help...

environ 7 ans il y a | 0

Réponse apportée
problem with video viewer
It sounds like he has a series of images that are slices of a 3-D objects (like a CT scan), and wants to view the 3-D model from...

environ 7 ans il y a | 1

| A accepté

Réponse apportée
MatLab Coder & Simulink Coder: Do they convert the custom functions used to C++ or do they reference the .m file
C and C++ code generated in MATLAB ( assuming you are using Simulink Coder) are standalone and do not need access to MATLAB in a...

environ 7 ans il y a | 0

Réponse apportée
Using fitcsvm for binary linear classification of unbalanced data
>> c=[0 2.2;1 0]; >> mod=fitcsvm(tt,labels,'KernelFunction','linear','Cost',c); >> mod.predict(tt) ans = 1 ...

environ 7 ans il y a | 0

Réponse apportée
Installation of Communications System Toolbox Support Package for RTL-SDR Radio
Refer to this <https://www.mathworks.com/matlabcentral/answers/328816-why-am-i-unable-to-install-a-support-package-and-see-strea...

environ 7 ans il y a | 0

Réponse apportée
decode hamming code with added noise
For the index exceeds matrix dimensions error If you put i=1 at the top, the code will run to that point. You also get "err" = 1...

environ 7 ans il y a | 0

Réponse apportée
I want to dissect one black, oval-shaped part of a photo keep the contents inside
See attached M file for an example of one way to approach this problem. If you want to get a perfect oval, look at 'regionprops...

environ 7 ans il y a | 1

Réponse apportée
Interactive figure manipulation with App Designer
Developers are aware of lack of mouse click callback for a Figure in app designer. Html formatting is not documented feature, so...

environ 7 ans il y a | 0

| A accepté

Réponse apportée
Matlab on El Capitan: .m files have blank icon
# Elaborate on what you mean by " copy it and paste into the icon of any .m file, but I want to have it show up automatically"? ...

environ 7 ans il y a | 0

Réponse apportée
Is there a way to store large number of transition conditions in a Simulink block?
If your transition conditions looks something like [condition1 && condition2 && ..... conditionN] , you can place a MATLAB funct...

environ 7 ans il y a | 0

| A accepté

Réponse apportée
To use my matlab on a different computer
contact customer support https://www.mathworks.com/support/contact_us/

environ 7 ans il y a | 0

Réponse apportée
Error(s) encountered while building "beaglebone_external_mode": ### Failed to generate all binary outputs.
You can contact MathWorks technical support for further assistance.

environ 7 ans il y a | 0

Réponse apportée
Why does Matlab link to wrong library?
Contact MathWorks technical support for further assistance.

environ 7 ans il y a | 0

Réponse apportée
Can't write to an opc.ua.Node that has unknown ServerDataType
You can contact MathWorks technical support for further assistance.

environ 7 ans il y a | 0

Réponse apportée
Controlling Sensirion SHT75 sensors with EK-H4 kit
Contact MathWorks technical support

environ 7 ans il y a | 0

Réponse apportée
Standalone program using Matlab(GUI) and Arduino.
Unfortunately, this is not supported. The standalone application will not be able to connect to arduino because it cannot access...

environ 7 ans il y a | 0

| A accepté

Réponse apportée
Why do I get "Unexpected end of file from server" when the MPS is under a heavy load?
To begin with there is no limit on the number of requests MPS can handle. The number of requests that are executed concurrently ...

environ 7 ans il y a | 0

Réponse apportée
addTriggerConnection to mcc analog input device
Although Measurement Computing data acquisition hardware is supported via the Session interface in MATLAB R2017a there are some ...

environ 7 ans il y a | 0

Réponse apportée
Can Instrument Control Toolbox use NI-SCOPE driver to acquire from two devices in parallel?
You can use features of Parallel Computing Toolbox to achieve this. On the limitation of hardware with PARFOR,as long as the int...

environ 7 ans il y a | 0

Réponse apportée
Why does MATLAB still fail to "mex -setup C" after I have installed Sierra on my mac?
As mentioned in this <https://www.mathworks.com/content/dam/mathworks/mathworks-dot-com/support/sysreq/files/SystemRequirements-...

environ 7 ans il y a | 0

Réponse apportée
How to read/modify the acquisition history on a frame grabber with MATLAB
You can make use of getsnapshot function. <https://www.mathworks.com/help/imaq/getsnapshot.html Refer this link> for more inform...

plus de 7 ans il y a | 0

Réponse apportée
Can you get residuals from anova1 stats?
As far as my understanding goes residual is the difference between the observed values, and the expected values of a particular ...

plus de 7 ans il y a | 0

Réponse apportée
bsxfun to multiply matrix with vector multiple times in for loop --> how faster?
1. If you are on MATLAB R2016b, you can use operators directly instead of bsxfun. Refer to <https://www.mathworks.com/help/matla...

plus de 7 ans il y a | 0

Réponse apportée
Problem with ActiveX and Autofilter
1. Since the excel file is generated successfully it may be that the issue is not with MATLAB but with Excel sheet. Check if you...

plus de 7 ans il y a | 0

Charger plus