photo

Amit Davidi


2012 年からアクティブ

Followers: 0   Following: 0

統計

  • First Review
  • Knowledgeable Level 1
  • First Answer

バッジを表示

Feeds

表示方法

回答済み
surface chart
Try using: surf(1:200, 1:200, reshape([R.d], size(R))

12年以上 前 | 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 ...

12年以上 前 | 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))

12年以上 前 | 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...

12年以上 前 | 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...

12年以上 前 | 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) =...

12年以上 前 | 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...

12年以上 前 | 2 件の回答 | 0

2

回答