photo

Amit Davidi


2012년부터 활동

Followers: 0   Following: 0

메시지

통계

MATLAB Answers

1 질문
6 답변

순위
4,913
of 301,695

평판
10

참여
1 질문
6 답변

답변 채택
0.0%

획득한 표
1

순위
 of 21,386

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 176,117

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • First Review
  • Knowledgeable Level 1
  • First Answer

배지 보기

Feeds

보기 기준

답변 있음
surface chart
Try using: surf(1:200, 1:200, reshape([R.d], size(R))

14년 초과 전 | 0

답변 있음
Please help me store data from iterations
Hello James, If you your loop to run _n_ times, use: n = 32; for i = 1 : n ... end An array in Matlab start ...

14년 초과 전 | 0

답변 있음
How to add multiple indices to graph title, legend, and output image?
The last line should be: print(f,'-dtiff', sprintf('GRAPH_%d_INDJ_%d_INDK_%d',i,j,k))

14년 초과 전 | 0

| 수락됨

답변 있음
multiplication of certain values using logical array
Of course, it'll change only the values where the logical array is true. Note, however, that the command B = -A(fltr); w...

14년 초과 전 | 0

답변 있음
How to add multiple indices to graph title, legend, and output image?
If I understand you correctly, I don't think you need to number the figure. You can just use: f = figure; By the way, on...

14년 초과 전 | 0

답변 있음
multiplication of certain values using logical array
If *A* is your original matrix and *fltr* is the derived logical array (having the same dimensions as *A*), than: A(fltr) =...

14년 초과 전 | 1

| 수락됨

질문


Writing to Excel
Hello I'm trying to write data to an Excel file using xlswrite. If the file does not exist, it should create it. However, wh...

14년 초과 전 | 답변 수: 2 | 0

2

답변