Statistics
0 Questions
5 Answers
RANK
12 762
of 295 467
REPUTATION
4
CONTRIBUTIONS
0 Questions
5 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
0
RANK
of 20 234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153 912
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
performing certain operation from a set a certain set of values
Mathematically speaking, you can compute the average on the initial set of values and then multiply it/ divide it by 2. If you w...
nästan 13 år ago | 0
integral of the squared error
Let F be your initial function of time (as an example, let's say F(t)=t^2) and G be the approximation function (in this example ...
nästan 13 år ago | 0
Create new binary image from pixel values of another image
Try this. Let A be the initial matrix, like the one in the example. Do A=A-13; B=ones(size(A)); B(find(A))=0. B will be a matri...
nästan 13 år ago | 0
Passing string as function argument
Yes you can, with the eval function. Let me give you an example. Say you havein your workspace 3 variables: A, B, S, where A an...
nästan 13 år ago | 0
converting cell array of strings (dates) to matrix
Hey tombola. The problem is that matlab views a string as a row of ascii values. For example, if you have a date like '01/01/20...
nästan 13 år ago | 0
| accepted