photo

Kathy


自 2017 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

5 个提问
2 个回答

排名
98,401
of 297,503

声誉
0

贡献数
5 个提问
2 个回答

回答接受率
60.0%

收到投票数
0

排名
 of 20,449

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 159,017

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


plotxx scattered plot with smooth line and marker
I am using plotxx, i want to replicate the scattered chart with smooth lines and markers from excel in matlab. Any help?

8 years 前 | 1 个回答 | 0

1

个回答

已回答
x2 and y2 not plotting as expected
MATLAB Version: 8.3.0.532 (R2014a)

8 years 前 | 0

提问


x2 and y2 not plotting as expected
Code is following clear all; close all; clc; % Arbitrary x's and y's x1 = [10 20 30 40]; y1 = [1 2 3 4]; x2 = [100 20...

8 years 前 | 2 个回答 | 0

2

个回答

已回答
compare date and time
without the datestr it gives this output for datestr(datenum(datetime)) and (datestr([2017 05 21 12 00 00]) out 7.3683e+0...

8 years 前 | 0

提问


compare date and time
I need to check of the date is after specific date and time. for example if (datestr(datenum(datetime))) > (datestr([2017 0...

8 years 前 | 4 个回答 | 0

4

个回答

提问


importdata from dat file not picking the first cell
Import data doesn't read the date from the first cell which is within a string. here is the code. x = importdata('test.dat','...

8 years 前 | 1 个回答 | 0

1

个回答

提问


How to read data from dat file and plot ?
I want to read the data from the dat file. Skip first 5 lines and read after that. Finally I want to plot 3 columns from the da...

8 years 前 | 1 个回答 | 0

1

个回答