photo

Saravanan Sengottuvel


自 2021 起处于活动状态

Followers: 0   Following: 0

I am a PhD student.

Programming Languages:
MATLAB

统计学

All
MATLAB Answers

1 个提问
3 个回答

Cody

0 个问题
1 个答案

排名
4,127
of 297,457

声誉
12

贡献数
1 个提问
3 个回答

回答接受率
0.0%

收到投票数
2

排名
 of 20,438

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名
97,260
of 158,938

贡献数
0 个问题
1 个答案

评分
20

徽章数量
1

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • MATLAB Central Treasure Hunt Finisher
  • Solver
  • Knowledgeable Level 1
  • First Answer

查看徽章

Feeds

排序方式:

已解决


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

3 years 前

已回答
I want to make a 3-D surface plot without contour lines of the function but I keep receiving a Matrix dimensions must agree error
x = linspace(1,10,1000); y = linspace(1,10,1000); z = peaks(exp(2*(x-1).^2+(y+2).^2)); peaks(25); colormap(pink) % change...

4 years 前 | 1

| 已接受

已回答
Rename of multiple files
letter = 'a':'x'; blue1 = '00'; blue2 = '30'; i = 1; arr = linspace(1, 480, 480); for id = 1:10 % loop for red number (1 t...

4 years 前 | 0

| 已接受

已回答
Rename of multiple files
Get the name of all files with .txt extension in a directory files = dir('*.txt'); Run a loop over the collected file names f...

4 years 前 | 1

提问


Matlab can't load .mat or .fits files from OneDrive
I have few data sets, say, fileA.mat (< 1 GB), fileB.mat (2 GB) and fileC.fits (3 GB). I can load and read all the files ...

4 years 前 | 0 个回答 | 0

0

个回答