photo

dormant


Last seen: 20 days 前 自 2020 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB Answers

65 个提问
12 个回答

排名
4,604
of 300,352

声誉
11

贡献数
65 个提问
12 个回答

回答接受率
70.77%

收到投票数
11

排名
 of 20,928

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 168,212

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 4

查看徽章

Feeds

排序方式:

提问


readtable - Reading dates and times from text file
I am struggling to use readtable to read data from a text file. The person supplying this file has changed it from a comma-delim...

19 days 前 | 2 个回答 | 0

2

个回答

提问


Plot time-of day histogram for array of datetimes
How do I create a histogram for an array of datetimes showing the counts of times of day from 00:00 to 24:00. I'd like the bin w...

26 days 前 | 1 个回答 | 0

1

个回答

提问


Plotting, how can I stop fill hiding the tickmarks?
I'm making a complex plot, and using the fill command to create a patchy background for the plot. But I don''t seem to be able ...

6 months 前 | 1 个回答 | 1

1

个回答

提问


Summing two vectors with NaNs
I need to sum two vectors that might contain NaNs. If one vector has a Nan and the other has a number, I want the sum to be the ...

7 months 前 | 2 个回答 | 0

2

个回答

提问


datetime - can I fix wrongly encoded datetimes from Excel?
I have to read an Excel spreadsheet into MATLAB. The spreadsheet is not mine. Someone, at some point in updating this spreadshe...

7 months 前 | 0 个回答 | 0

0

个回答

提问


Linux ssh: can I redirect only the MATLAB plot windows with X-forwarding?
I often use ssh -X (on Linux and MacOS) to run graphical programs remotely and see the output on my screen with X-forwarding. I...

8 months 前 | 1 个回答 | 0

1

个回答

已回答
Plot legend contours messed up
After a bit of fiddling it was clear that my overall approach was totally wrong. My script had three tiled subplots and I was d...

8 months 前 | 0

| 已接受

已回答
Why cant I post a question?
Thanks everyone for your help. I tried reposting the question. It worked! I guess I had a choppy network or something. Again...

8 months 前 | 0

| 已接受

提问


Plot legend contours messed up
I am creating a plot where the data to be plotted is calculated from data in a set of text files. The data is grouped for plotti...

8 months 前 | 2 个回答 | 1

2

个回答

提问


Why cant I post a question?
I'm trying to post a question here. Something I've done many times. I'm using Firefox on Ubuntu Linux. Every time I hit the Pos...

8 months 前 | 1 个回答 | 0

1

个回答

提问


Can I set a datetime locale for readtable in a script?
I am having problems reading datetimes with readtable. This is on a set of csv files where the date and time formats differ slig...

9 months 前 | 1 个回答 | 0

1

个回答

提问


Bar plot doesn't accept width of 1.0
This is really puzzling me. I am plotting two datetime time series with the bar function, with the width set to 1.0. But one of...

11 months 前 | 1 个回答 | 0

1

个回答

提问


Linux -nosplash doesn't work
I want to run a MATLAB script in Linux over ssh, so would like to remove this text that I normally see when running from the com...

11 months 前 | 1 个回答 | 0

1

个回答

提问


Graphics error has appeared in Linux - help me understand why.
I've been using MATLAB in Linux for plotting data for years, and for about 4 months with my current hardware/software setup I'...

12 months 前 | 1 个回答 | 0

1

个回答

提问


Downsampling array data from counts per minute to counts per hour
I have an evenly sampled array of data, say chickensPerMinute. I want to downsample this by a factor of 60 to return chickensPe...

1 year 前 | 4 个回答 | 0

4

个回答

已回答
Put variable names into a cell array or string array
I found I way to do what I want. Is this so bad? S = whos( '-regexp', '^Varable' ); varables = extractfield( S, 'name' ); ...

1 year 前 | 0

已回答
Put variable names into a cell array or string array
I feel put-upon by this thread. I am not a programmer, just a scientist who tries to use MATLAB to analyse data. Maybe I did p...

1 year 前 | 0

提问


Put variable names into a cell array or string array
I have a number of similarly named variables in my script, eg VarableAB VarableDEF VarableGHIJK : VarableZ How can I get a...

1 year 前 | 2 个回答 | 0

2

个回答

已回答
exportgraphics: adding a margin
Many thanks to you all. I gave up on this approach as I needed to specify sizes exactly. So there's a new question here: https:/...

1 year 前 | 0

已回答
Averaging non-aligned time-series arrays
Apologies for not acknowledging all your answers. You've been a great help. So, thanks very much.

1 year 前 | 0

提问


Specify "plot box" position for tiled layout
I am creating a png file from a plot and I need to specify the exact size of the figure and the plot area in pixels. I am using ...

1 year 前 | 1 个回答 | 0

1

个回答

提问


Averaging non-aligned time-series arrays
I have four arrays of time series data, sampled at equal intervals. The arrays do not start or end at the same times. So I have ...

1 year 前 | 3 个回答 | 0

3

个回答

提问


Reading columns from a poorly-formatted text file
I need to read data from an old text file which has fixed columns for the data. I have tried using readtable, which was partly s...

1 year 前 | 2 个回答 | 0

2

个回答

提问


Extract two floating point numbers from a string
This should be easy, but I have no experience with MATLAB regexp or pattern and can't adapt the other answers about extracting n...

1 year 前 | 2 个回答 | 0

2

个回答

提问


MATLAB wont start on Linux. It did yesterday.
I use MATLAB on Linux every day. It wouldn't start this morning, reporting a memory problem. I rebooted which didn't fix anythin...

1 year 前 | 1 个回答 | 1

1

个回答

提问


Plot legend with 2-d layout
Is it possible to do four (or more) plots using hold on and then create a legend that has a 2-d layout like this?

1 year 前 | 1 个回答 | 0

1

个回答

提问


Compare times in datetimes
How can I compare only the time part of a datetime value? I have an array of datetimes: DT.Format = 'yyyy-MM-dd HH:mm:ss'; Ho...

1 year 前 | 1 个回答 | 0

1

个回答

提问


Make histogram for array of datetimes
I have a datetime array: trigDatetime = 1273×1 datetime array 2024-04-30 01:15:34 2024-04-30 01:19:27 2024-...

1 year 前 | 2 个回答 | 0

2

个回答

提问


Add duration object to datetime object to get new datetime object
I'm reading a text file that looks like this: 2024-05-11 00:34:35 1.2 sta/lta 2.0 8.0 3.5 2.5 max 363.3 rms 12...

1 year 前 | 1 个回答 | 0

1

个回答

加载更多