photo

James Clinton


Aktiv seit 2018

Followers: 0   Following: 0

Statistik

  • Knowledgeable Level 2
  • First Answer

Abzeichen anzeigen

Feeds

Anzeigen nach

Beantwortet
How I can offset the airfoil geometry inward and outward?
It sounds like you just need "z" dimension values. Find the number of points using size(), then you can put the airfoil at a con...

etwa 6 Jahre vor | 0

| akzeptiert

Beantwortet
Exporting/extracting field from figure property editor
You can get the Position of the xlabel by using the get function on the figure handle and its properties, as in the following: ...

etwa 6 Jahre vor | 0

Beantwortet
retrieving data from a plot saved as fig
Hi, The MathWorks support team gave a very detailed, step-by-step example in <https://www.mathworks.com/matlabcentral/answers...

etwa 6 Jahre vor | 0

| akzeptiert

Beantwortet
merge columns of cell array into matrix
Hi Florian, If I'm understanding your request correctly, it looks like you want to avoid typing in each cell index of A indiv...

etwa 6 Jahre vor | 0

Beantwortet
How do I reshape a large matrix?
I believe you can still use the reshape function for what you are describing. The <https://www.mathworks.com/help/matlab/ref/res...

etwa 6 Jahre vor | 0

| akzeptiert