photo

Musa


Last seen: plus de 2 ans il y a Actif depuis 2017

Followers: 0   Following: 0

Message

Statistiques

  • First Review
  • Knowledgeable Level 1
  • First Answer

Afficher les badges

Feeds

Afficher par

Réponse apportée
Really easy one how to quickly repeat columns in an array
You can use the <https://www.mathworks.com/help/matlab/ref/kron.html Kronecker tensor product> a=1:10; kron(a',ones(1,10))...

plus de 6 ans il y a | 0

Réponse apportée
Finding number of data points in a single grid?
Atiqah, coordinates isn't defined.

plus de 7 ans il y a | 0

Réponse apportée
How to generate second order best fit polynomial curve using MATLAB
Dan, You can do this using poly2 x=[100 200 300 400 500]'; y=[200 500 900 1400 2000]'; ft = fittype( 'poly2' )...

plus de 7 ans il y a | 1

| A accepté