photo

Tejaswini Veduruvada

MathWorks

Last seen: 5 years 前 自 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.

统计学

MATLAB Answers

0 个提问
7 个回答

排名
21,755
of 297,457

声誉
2

贡献数
0 个提问
7 个回答

回答接受率
0.00%

收到投票数
1

排名
 of 20,438

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 158,938

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Revival Level 2
  • First Answer

查看徽章

Feeds

排序方式:

已回答
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...

5 years 前 | 0

已回答
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/...

5 years 前 | 0

已回答
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 ...

5 years 前 | 1

已回答
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!

5 years 前 | 0

已回答
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...

5 years 前 | 0

已回答
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...

5 years 前 | 0

已回答
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...

5 years 前 | 0