photo

Pablo López


Last seen: 3 years 前 自 2017 起处于活动状态

Followers: 0   Following: 0

消息

统计学

All
MATLAB Answers

1 个提问
4 个回答

File Exchange

2 文件

Cody

5 个问题
84 个答案

排名
3,638
of 299,793

声誉
15

贡献数
1 个提问
4 个回答

回答接受率
100.0%

收到投票数
4

排名
13,221 of 20,811

声誉
24

平均
0.00

贡献数
2 文件

下载次数
6

ALL TIME 下载次数
226

排名
2,798
of 166,013

贡献数
5 个问题
84 个答案

评分
1,178

徽章数量
8

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • First Submission
  • Thankful Level 1
  • Introduction to MATLAB Master
  • Revival Level 1
  • First Review
  • CUP Challenge Master
  • Commenter
  • Promoter
  • Knowledgeable Level 1
  • First Answer
  • Creator
  • Solver

查看徽章

Feeds

排序方式:

提问


How to flip heatmap Y axis
Hi all, I am creating a heatmap based on a table with x and z coordinate and the parameter value for each position. I copy here...

5 years 前 | 1 个回答 | 1

1

个回答

已回答
Which module would be most applicable to my needs?
Hi! Have you analyzed the predictive maintenance toolbox? I think it can be very useful for your purposes. You can find more in...

5 years 前 | 0

已回答
delay signal by 'n' samples
You should use the next command: shifted_data = delayseq(data,DELAY) You must notice that data must be a column vector or it ...

6 years 前 | 2

| 已接受

已回答
Sum the digits of a number?
You can try this: n = 525; sum(str2num(num2str(sum(str2num(num2str(n)')))'))

6 years 前 | 0

已回答
Error in symbolic engine with latest R2018a Trial
I had the same problem. After the latest Windows update the symbolic engine doesn't work. You have to download the Matlab R2018a...

7 years 前 | 1

| 已接受