Statistics
All
RANK
3,586
of 297,046
REPUTATION
15
CONTRIBUTIONS
1 Question
4 Answers
ANSWER ACCEPTANCE
100.0%
VOTES RECEIVED
4
RANK
13,228 of 20,422
REPUTATION
23
AVERAGE RATING
0.00
CONTRIBUTIONS
2 Files
DOWNLOADS
4
ALL TIME DOWNLOADS
215
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
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...
4 years ago | 1 answer | 1
1
answerAnswered
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...
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 ago | 0
Answered
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 ...
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 ...
5 years ago | 2
| accepted
Answered
Sum the digits of a number?
You can try this: n = 525; sum(str2num(num2str(sum(str2num(num2str(n)')))'))
Sum the digits of a number?
You can try this: n = 525; sum(str2num(num2str(sum(str2num(num2str(n)')))'))
6 years ago | 0
Answered
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...
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 ago | 1
| accepted