photo

John


Geothermal Science

Aktiv seit 2011

Followers: 0   Following: 0

Nachricht

Statistik

  • First Review
  • Thankful Level 1
  • First Answer

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


UIMENUFCN in 2014b
In the update to 2014b, the function uimenufcn was altered. I am trying to achieve this functionality: uimenufcn(gcf,'Ed...

mehr als 7 Jahre vor | 0 Antworten | 0

0

Antworten

Beantwortet
Read in excel sheets with a loop
You can use the function xlsfinfo to obtain a list of all the sheets in your workbook "example.xlsx". [~,sheets] = xlsfinfo...

mehr als 7 Jahre vor | 1

Frage


Lag upon upgrading computer.
I recently started using a new machine, upgrading from Windows 7 to 10 and an overall faster machine. My matlab code has transfe...

mehr als 7 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


Write Cell Array of Strings to Text Document
I tried the following code: fid = fopen('test.txt','wt'); fprintf(fid,'Data:\n'); myCell = {'A','B','C';'D','...

etwa 10 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Keyboard "Pause" to DOS shell
Here is what I am trying to do: Run a DOS program within a matlab script. At some point (say, after 15 seconds, for now), I w...

mehr als 10 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


Axes offset when copying
I have a figure that looks fine before copying. It has two sets of axes on top of one another, one which is just there to have a...

fast 12 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Contour plots from 3D grid
I would like to use contourf to plot two slices out of a 3D grid, and put them both in the same 3D space. Is there a way take th...

etwa 12 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


2D contour in 3D
I have a visualization question. I am plotting a slice of data as a 2-dimensional contour using contourf(). What I would like to...

etwa 12 Jahre vor | 2 Antworten | 0

2

Antworten

Beantwortet
Plot with step changes - no interpolation
Thank you both.

etwa 13 Jahre vor | 0

Frage


Plot with step changes - no interpolation
Hello, The standard for plotting a line in matlab is that the line is drawn with a constant slope between the points. I woul...

etwa 13 Jahre vor | 3 Antworten | 0

3

Antworten