photo

John


Geothermal Science

2011년부터 활동

Followers: 0   Following: 0

메시지

통계

MATLAB Answers

8 질문
2 답변

순위
12,561
of 300,343

평판
2

참여
8 질문
2 답변

답변 채택
25.0%

획득한 표
1

순위
 of 20,926

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 168,172

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • First Review
  • Thankful Level 1
  • First Answer

배지 보기

Feeds

보기 기준

질문


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

대략 8년 전 | 답변 수: 0 | 0

0

답변

답변 있음
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...

8년 초과 전 | 1

질문


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

8년 초과 전 | 답변 수: 0 | 0

0

답변

질문


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

거의 11년 전 | 답변 수: 1 | 0

1

답변

질문


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

대략 11년 전 | 답변 수: 0 | 0

0

답변

질문


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

거의 13년 전 | 답변 수: 1 | 0

1

답변

질문


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

대략 13년 전 | 답변 수: 0 | 0

0

답변

질문


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

대략 13년 전 | 답변 수: 2 | 0

2

답변

답변 있음
Plot with step changes - no interpolation
Thank you both.

거의 14년 전 | 0

질문


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

거의 14년 전 | 답변 수: 3 | 0

3

답변