Statistics
RANK
4 598
of 297 010
REPUTATION
10
CONTRIBUTIONS
1 Question
6 Answers
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
1
RANK
of 20 418
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 157 687
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
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 ...
ungefär 13 år ago | 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))
ungefär 13 år ago | 0
| accepted
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...
ungefär 13 år ago | 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...
ungefär 13 år ago | 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) =...
ungefär 13 år ago | 1
| accepted
Question
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...
ungefär 13 år ago | 2 answers | 0