Arthur - MATLAB Central
photo

Arthur


自 2012 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB AnswersFrom 08/12 to 04/25Use left and right arrows to move selectionFrom 08/12Use left and right arrows to move left selectionTo 04/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

3 个提问
3 个回答

排名
10,674
of 298,264

声誉
4

贡献数
3 个提问
3 个回答

回答接受率
66.67%

收到投票数
0

排名
 of 20,554

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 160,718

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 1
  • Knowledgeable Level 1
  • First Answer

查看徽章

Feeds

排序方式:

已回答
im trying to plot a function i need help with it
t = [0:0.005:4]; y = 4.50*exp(-2.0*t).*cos(12*pi*t); plot(t,y); grid;

12 years 前 | 0

| 已接受

提问


How to plot some xtickslabel that correspond to y data?
Hello! I've read a lot of answers about xticklabel and datetick, but i'm very confusing yet. I have two vectors of 30 poin...

12 years 前 | 1 个回答 | 0

1

个回答

已回答
what does it mean "windowing and truncation in fequency domain "
I used some thing like your question when i worked with Fourier transform. And the analysis could be on the frequecy domain (fre...

12 years 前 | 0

已回答
How NOT remove zeros from binary number?
Hi! Try convert the data to a string array before you store in a variable

12 years 前 | 0

提问


Problem with datestr e datenum
Hello! I have a code that read a xls file and get a colum of dates: data_even ---- 60x1 cell ' 31/10/2012' ' 3...

12 years 前 | 1 个回答 | 0

1

个回答

提问


How i do my RMS function on Embedded Matlab Function
Hello. I need to create my RMS block to use with simulink. This is the first part of a protection relay project. So i'll tes...

12 years 前 | 1 个回答 | 0

1

个回答