Tushar Athawale

MathWorks

Active since 2015

Followers: 0   Following: 0

Message

I am an application support engineer at MathWorks and I have earned PhD in Computer Science from the University of Florida.

In my free time, I like to participate in outdoor activities such as travel, sports and so on.
Professional Interests: MATLAB, Data Visualization, Image Processing

Statistics

MATLAB Answers

0 Questions
19 Answers

RANK
1 601
of 300 338

REPUTATION
44

CONTRIBUTIONS
0 Questions
19 Answers

ANSWER ACCEPTANCE
0.00%

VOTES RECEIVED
8

RANK
 of 20 922

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168 149

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Revival Level 2
  • Knowledgeable Level 2
  • First Answer

View badges

Feeds

View by

Answered
Is there any way to use im2java2d in a parallel pool worker?
Hi Samuli, Are you trying to call Java functions from MATLAB? Please attach a sample script, if possible. Are you using MATLA...

mer än 9 år ago | 0

Answered
Can I launch more than one MATLAB session in the same C program using EngOpen in MATLAB Engine?
The function "engOpenSingleUse" can be used to create multiple MATLAB sessions in the same C program: https://www.mathworks.com...

mer än 9 år ago | 1

Answered
Simulink connection without drawing lines?
The simplest solution is to use Goto and From tags in Simulink. You can refer to the documentation in the following link to unde...

nästan 10 år ago | 0

| accepted

Answered
How does the Box-Cox Transformation in Matlab work?
Hi, The log-likelihood function being maximized with respect to parameter λ for the Box-Cox transformation is following: ...

nästan 10 år ago | 0

| accepted

Answered
"New Coefficient Line" button is disabled.
You can follow the steps below: (1) Open Wavelet App, (2) Select Continuous Wavelet 1-D option, (3) Click File > Example An...

nästan 10 år ago | 0

| accepted

Answered
Why does fetch command for sql query fail but runsqlscript work?
Hi Bryan, The error you are receiving is most likely due to invalid database connection or invalid SQL query. In order to tro...

nästan 10 år ago | 0

Answered
Parallel computing in Neural Networks is not using all the Workers in Matlab 2015b
This is a bug in the "train" function of the Neural Network toolbox in the way the time information of the timedelaynet is analy...

nästan 10 år ago | 3

| accepted

Answered
help with matched features function
The example in the mentioned link uses "extractFeatures" function to detect the objects in the target image and "showMatchedFeat...

nästan 10 år ago | 0

Answered
Histogram using five different ¨his¨
Initially, you will need to read data from a table into MATLAB variable. You can then build a histogram for data using "histogra...

nästan 10 år ago | 0

Answered
Data Acquisition Toolbox - Gated Counting
Hi Raphael, The following link directs to MATLAB functions that can be used for acquiring or generating counter and timer dat...

nästan 10 år ago | 0

Answered
Which tool can I use to solve the nonlinear pde system with three functions?
The following link refers to types of problems you can solve using MATLAB PDE toolbox: <http://www.mathworks.com/help/pde/ug/...

nästan 10 år ago | 2

| accepted

Answered
webread with authentication returns HTTP error 400
Please specify the parameters for your URL using "weboptions" in MATLAB. For example, you will need to call "webread" as follows...

nästan 10 år ago | 0

Answered
Accessing the app version from .prj file
When installing a standalone application using web installer on deployment machine, it initially displays the application versio...

nästan 10 år ago | 0

Answered
Coursera version of matlab
Hi Fatima, I understand that you did not get a free MATLAB version after registering for data science course at Coursera. Sin...

nästan 10 år ago | 0

Answered
assigning numbers to string elements
It is possible to map strings to numeric arrays based on the predefined character maps. The following code snippet can be used i...

nästan 10 år ago | 1

| accepted

Answered
best way to import multiple sets of data?
I understand that you want to import multiple 2-D datasets and store them in a 3-D matrix. The approach you are following is rig...

nästan 10 år ago | 1

Answered
Face recognition using eigenvalues code...PLEASE HELP!!
I understand that you are encountering an error when trying to execute a MATLAB script that involves eigenvalue and eigenvector ...

nästan 10 år ago | 0

Answered
How do I include a loop while writing out a function
As suggested by Walter in one of the comments, it is probably the best to replace variable name 'mean' with a new name since MAT...

nästan 10 år ago | 0

Answered
Change an element in diagonal of matrix
I understand that you want to update the elements stored at a specified diagonal without knowing the element indices. One way...

nästan 10 år ago | 0

| accepted