photo

Giridharan Kumaravelu


自 2018 起处于活动状态

Followers: 0   Following: 0

统计学

All
MATLAB Answers

0 个提问
8 个回答

File Exchange

1 文件

ThingSpeak

4 公开的 个频道

排名
4,143
of 297,503

声誉
12

贡献数
0 个提问
8 个回答

回答接受率
0.00%

收到投票数
0

排名
10,676 of 20,449

声誉
51

平均
4.00

贡献数
1 文件

下载次数
4

ALL TIME 下载次数
364

排名

of 159,017

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
4 公开的 个频道

平均
30

贡献数
0 个亮点

平均赞数

  • 5-Star Galaxy Level 2
  • Personal Best Downloads Level 1
  • First Submission
  • Knowledgeable Level 2
  • First Answer

查看徽章

Feeds

排序方式:

已回答
How can I create axis labels with subscripts and greek letters?
The following should work: y1 = 1:10; y2 = (1:10)*0.5; x = 1:10; plot(y1); hold on; plot(y2); xlabel('Si...

6 years 前 | 0

已回答
How to transfer matrix values loaded in one subfunction to the main function?
You could use them as global variables as shown below function calculation global A global B [a,b] = calc...

6 years 前 | 0

已回答
How remove a field inside a structure?
fieldsS = fieldnames(sd.Variables); for i = 1:length(fieldsS) S.Variables.(fieldsS{i}) = rmfield(sd.Variables.(fieldsS{i})...

6 years 前 | 0

| 已接受

已回答
VideoWriter is only showing the last figure as opposed to full 135 image movie
You are writing the video outside of the loop, that is why you are seeing only the last image. Move the writeVideo command insid...

6 years 前 | 0

| 已接受

已回答
how do i change a variable name from workspace
getname = @(x) inputname(1); IR0004__ = 10; str = getname(IR0004__); newstr = erase(str,'_'); eval([newstr '=' str...

6 years 前 | 0

已回答
How do i repeat an already generated gaussian pulse signal for a certain number of times?
If you are using a code in the Simulink, you could try the repmat() function.

6 years 前 | 0

已回答
exporting array data to text file
xTable = array2table(x); writetable(xTable,'final.txt','Delimiter',' '); The above code can help and you can modify the ...

6 years 前 | 0

频道


Duct Fan Data Collection

6 years 前

频道


Duct Fan Health Monitor

6 years 前

已提交


Download files from your DropBox API folder using MATLAB
This function allows a user to download multiple files from DropBox(TM) to your computer.

6 years 前 | 4 次下载 |

4.0 / 5

频道


Table Fan Data Collection

6 years 前

频道


Table Fan Health Monitor

7 years 前