photo

Kim Folmer Andersen


Last seen: 6 mois il y a Actif depuis 2018

Followers: 0   Following: 0

Message

Programming Languages:
MATLAB

Statistiques

All
  • CUP Challenge Master
  • Introduction to MATLAB Master
  • Community Group Solver
  • Solver
  • First Answer

Afficher les badges

Feeds

Afficher par

Réponse apportée
How do I turn data values with corresponding 3D coordinates into a 3D matrix?
take a look at plot3(x,y,z) for plotting the points. next decide how you want the forces applied. 4th argument to plot3 can ...

plus de 6 ans il y a | 0

Réponse apportée
Correlation between two variables (not same size, not pairs)
you might want to look into crosscorrelation?

plus de 6 ans il y a | 0

Réponse apportée
how to present a blank screen after random numbers?
depending on if you use the figure or the command promt. if command promt, "clc" might be what you are looking for. if it's ...

plus de 6 ans il y a | 0

Réponse apportée
How can I plot the gradient vector of y=f(X) which is perpendicular to the graph?
try; axis equal

plus de 6 ans il y a | 0

Réponse apportée
Is it possible to print multiplication sign on a plot title?
title('Is it possible to print * sign on a plot title?') Is this what you are looking for?

plus de 6 ans il y a | 0