Abhinav Gurram
MathWorks
自 2016 起处于活动状态
Followers: 0 Following: 0
I am an Application Support Engineer at MathWorks and a Computer Science Engineer by education.
Outside of work, I like playing cricket, travelling, and watching movies.
My professional interests include: JAVA, OOAD, and MATLAB
Feeds
已回答
Standalone application from lsqlin
You can use <https://www.mathworks.com/products/compiler.html MATLAB Compiler> to create a standalone application from your MATL...
Standalone application from lsqlin
You can use <https://www.mathworks.com/products/compiler.html MATLAB Compiler> to create a standalone application from your MATL...
7 years 前 | 0
已回答
What is the difference between a "histogram" and "mesh" when printing the figure to pdf
There can be quite a few reasons to why the histogram doesn't print as well as the mesh, to a pdf. A couple of things you can lo...
What is the difference between a "histogram" and "mesh" when printing the figure to pdf
There can be quite a few reasons to why the histogram doesn't print as well as the mesh, to a pdf. A couple of things you can lo...
7 years 前 | 1
| 已接受
已回答
Runtime Problem with function movefile()
As Jan pointed out, this issue doesn't necessarily look like something that is being caused due to MATLAB Runtime, unless you ar...
Runtime Problem with function movefile()
As Jan pointed out, this issue doesn't necessarily look like something that is being caused due to MATLAB Runtime, unless you ar...
7 years 前 | 0
已回答
field displacement array range
From the code you have provided, it looks like the set of statements for setting 'maxCoeff', 'bestDx' and 'bestDy' is never reac...
field displacement array range
From the code you have provided, it looks like the set of statements for setting 'maxCoeff', 'bestDx' and 'bestDy' is never reac...
7 years 前 | 1
| 已接受
已回答
How can I run a stopwatch in MATLAB and store time points in a variable by hitting a key on the keyboard?
As you rightly mentioned, the use of ' <https://www.mathworks.com/help/matlab/ref/tic.html tic> ' and ' <https://www.mathworks.c...
How can I run a stopwatch in MATLAB and store time points in a variable by hitting a key on the keyboard?
As you rightly mentioned, the use of ' <https://www.mathworks.com/help/matlab/ref/tic.html tic> ' and ' <https://www.mathworks.c...
7 years 前 | 0
已解决
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:...
8 years 前
已回答
Matlab cell2mat error
It might very well be possible that the data you are trying to convert is not supported by the cell2mat function. cell2mat takes...
Matlab cell2mat error
It might very well be possible that the data you are trying to convert is not supported by the cell2mat function. cell2mat takes...
8 years 前 | 0
已回答
Capture image from webcam on mouse click.
Taking a snapshot of an image upon a button click can be achieved in the following two ways: 1.Create a simple appdesigner ap...
Capture image from webcam on mouse click.
Taking a snapshot of an image upon a button click can be achieved in the following two ways: 1.Create a simple appdesigner ap...
8 years 前 | 0
| 已接受
已回答
Applying a border to Excel cells when using COM
To apply specific borders to a range of cells in Excel, you would be required to use the 'Borders.Item' property that returns a ...
Applying a border to Excel cells when using COM
To apply specific borders to a range of cells in Excel, you would be required to use the 'Borders.Item' property that returns a ...
8 years 前 | 4
| 已接受
已回答
How do I use the help command to display multi-line comments?
The ability to add block comments to the help text of a function is not available in MATLAB. MATLAB considers the group of co...
How do I use the help command to display multi-line comments?
The ability to add block comments to the help text of a function is not available in MATLAB. MATLAB considers the group of co...
8 years 前 | 4
| 已接受
已解决
Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...
8 years 前