photo

Amit Doshi

MathWorks

Last seen: plus de 4 ans il y a Actif depuis 2017

Followers: 0   Following: 0

Message

Statistiques

MATLAB Answers

0 Questions
20 Réponses

RANG
2 305
of 300 847

RÉPUTATION
28

CONTRIBUTIONS
0 Questions
20 Réponses

ACCEPTATION DE VOS RÉPONSES
0.00%

VOTES REÇUS
4

RANG
 of 21 094

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 171 279

CONTRIBUTIONS
0 Problèmes
0 Solutions

SCORE
0

NOMBRE DE BADGES
0

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • Knowledgeable Level 2
  • First Answer

Afficher les badges

Feeds

Afficher par

Réponse apportée
How to find the wavelength from a given photo?
Hello Jean, You can use 'imgaborfilt' function and apply Gabor filter. Refer the below link: <https://www.mathworks.c...

environ 8 ans il y a | 0

Réponse apportée
Does Neural Network Toolbox support CUDA ?
Hello Jiajun, If you have Parallel Computing Toolbox, you can train a convolutional neural network (CNN, ConvNet) using the ...

environ 8 ans il y a | 0

Réponse apportée
Compiler in 2017a fails to package scripts that compiled well in 2016b
Hello Ian, MATLAB Compiler does not support deployment of all built-in functions. If a user invokes an unsupported function i...

plus de 8 ans il y a | 0

Réponse apportée
Calling User-defined Script from Java
Hello, You can call your function using 'eval'. For example, //Start MATLAB asynchronously ...

plus de 8 ans il y a | 0

Réponse apportée
How to get IMLApp for COM automation server in C++
Hello Peter, Thank you for your feedback. I have created an enhancement request for this feature based on your feedback. The ...

plus de 8 ans il y a | 0

Réponse apportée
Control Matlab COM Automation Server instance from other Matlab instance
Hello, You can register one MATLAB instance and can create a COM server of it from another MATLAB instance. To register ...

plus de 8 ans il y a | 1

| A accepté

Réponse apportée
How to acquire data through Analog Input and use in a Digital Output with NI myDAQ?
Hello Danté, You could use 'addlistener' to add a listener function to the session. This function is called every time the D...

plus de 8 ans il y a | 1

Réponse apportée
Is there any way to work with the Motorola Moto Mods Development Kit (MDK) using MATLAB?
Hello Kres, Unfortunately, there is nothing specific related to MDK in MATLAB. You can use the Android support package to a...

plus de 8 ans il y a | 0

Réponse apportée
Black screen in video player
This is a common issue since many cameras do not return 16-bit data and so they do not send a frame that spans the full range of...

plus de 8 ans il y a | 0

| A accepté

Réponse apportée
How to unload a library linked to a S-Function ?
You can use the 'unloadlibrary' function in MATLAB to unload shared library from memory. Refer the below link to know more a...

plus de 8 ans il y a | 1

Réponse apportée
What are the possible performance functions for a Neural Network on Matlab?
Hello Noor, For some functions like the 'trainlm' function, they not support the 'mae' performance function. The best way...

plus de 8 ans il y a | 0

Réponse apportée
Question about the CVmodels generated from regression learner app in machine learning toolbox?
Hello Xi, You can generate the code which was used by the app learner to train the model by following the below link: <...

plus de 8 ans il y a | 0

Réponse apportée
Displaying supervised machine learning models
Hello Miroslav, The supervised machine learning models (regression and classification) trained in MATLAB are essentially MAT...

plus de 8 ans il y a | 0

| A accepté

Réponse apportée
Acquiring adaptor supplied when creating a gpib object.
Hello Christopher, Refer the below code example to get the adaptor name: >> g1 = gpib('ni',0,1); >> a = g1.instrhwinf...

plus de 8 ans il y a | 0

Réponse apportée
Downgrading gcc/g++ for use with mex
Hello Karthik, To change the compiler in the mex command, set the varname variable. varname for the gcc compiler is GCC, in u...

plus de 8 ans il y a | 0

Réponse apportée
No instrument found in test and measurement tool despite successful query between tekVISA and tool.
Hello Kaitlyn, Try connecting it instead using the VISA-TCPIP Object. Please follow the below link: <https://www.math...

plus de 8 ans il y a | 0

Réponse apportée
Feature/Variable selection
Hello Eng, You can use 'sequentialfs' function in the Statistics and Machine Learning Toolbox in MATALB to do sequential feat...

plus de 8 ans il y a | 0

| A accepté

Réponse apportée
i want to connect system tool kit with matlab .
Hello Kunal, Open Windows Command Prompt (open as an administrator) and go to the MATLAB installation directory, you can get...

plus de 8 ans il y a | 1

Réponse apportée
how to configure multiple ODBC datasources without using Data Explorer
Hello Dean, You can create multiple connection objects for multiple databases using the command line. For example: ...

plus de 8 ans il y a | 0

Réponse apportée
Importing a text file in App Designer
Hello Cletus, You can use the 'uigetfile' function in MATLAB to open a file selection dialog box GUI to select the file from...

plus de 8 ans il y a | 0

| A accepté