photo

Tejaswini Veduruvada

MathWorks

Last seen: meer dan 5 jaar ago Active since 2020

Followers: 0   Following: 0

I'm an Application Support Engineer at MathWorks. My areas of interest include Image processing, Computer vision.

DISCLAIMER: Any advice or opinions here are my own, and in no way reflect that of MathWorks.

Statistics

MATLAB Answers

0 Questions
7 Answers

RANK
21.797
of 300.381

REPUTATION
2

CONTRIBUTIONS
0 Questions
7 Answers

ANSWER ACCEPTANCE
0.00%

VOTES RECEIVED
1

RANK
 of 20.941

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168.477

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
  • First Answer

View badges

Feeds

View by

Answered
monitor and tune - hotkeys
The below link may help you to scale well for your model https://blogs.mathworks.com/simulink/2013/06/24/defining-custom-shortc...

meer dan 5 jaar ago | 0

Answered
3D fourier transform of vector field - ifft properties
Try using ifftn function You can refer to the below link on how to use ifftn function. https://www.mathworks.com/help/matlab/...

meer dan 5 jaar ago | 0

Answered
Add on window appear blank on R2019b
Type the following commands in command window >>opengl software >>opengl('save','software') This makes the MATLAB work with ...

meer dan 5 jaar ago | 1

Answered
matlab locks up when i try to print from publish
It might be due to path issues, you can try below steps: restoredefaultpath; rehash toolboxcache; Savepath Hope this helps!

meer dan 5 jaar ago | 0

Answered
Anyone know how to convert a .tif file with value of 7457x9853x4 uint16 to a square matrix?
To import the .tiff image, use “Tiff” function A=Tiff(filename); Image=read(A); Or use “imread” function Image=imread(filena...

meer dan 5 jaar ago | 0

Answered
Matlab 2019b doesn't start up on macos mojave
It’s a known bug and our developers are aware about it and will try to fix it in future releases To find what error is causing...

meer dan 5 jaar ago | 0

Answered
how to automatically identify errors in the output of checkcode
You can refer to the below documentation link on how to use “checkcode” function to find possible errors : https://www.mathwor...

meer dan 5 jaar ago | 0