Community Profile

photo

Abhinav Gurram

MathWorks

Active since 2016

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.
我的专业兴趣包括:Java,OOAD和MATLAB

Statistics

All
  • First Review
  • Knowledgeable Level 2
  • First Answer
  • 求解器

查看徽章

Content Feed

查看

Answered
LSQLIN的独立应用
You can use to create a standalone application from your MATL...

5 years ago | 0

Answered
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...

5 years ago | 1

|accepted

Answered
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...

5 years ago | 0

Answered
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...

5 years ago | 1

|accepted

Answered
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 ' ' and '

5 years ago | 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:...

5 years ago

Answered
Matlab cell2mat error
Cell2MAT函数很可能不支持您要转换的数据。万博1manbetxCell2mat需要...

5 years ago | 0

Answered
捕获图像放大e 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...

5 years ago | 0

|accepted

Answered
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 ...

5 years ago | 3

|accepted

Answered
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...

5 years ago | 3

|accepted

解决了


Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...

6 years ago