photo

Pablo López


Last seen: presque 2 ans il y a Actif depuis 2017

Followers: 0   Following: 0

Message

Statistiques

All
  • 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

Afficher les badges

Feeds

Afficher par

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...

plus de 3 ans il y a | 1 réponse | 1

1

réponse

Réponse apportée
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...

plus de 4 ans il y a | 0

Réponse apportée
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 ...

environ 5 ans il y a | 2

| A accepté

Réponse apportée
Sum the digits of a number?
You can try this: n = 525; sum(str2num(num2str(sum(str2num(num2str(n)')))'))

plus de 5 ans il y a | 0

Réponse apportée
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...

environ 6 ans il y a | 1

| A accepté