Statistics
2 Questions
0 Answers
RANK
252,346
of 301,447
REPUTATION
0
CONTRIBUTIONS
2 Questions
0 Answers
ANSWER ACCEPTANCE
100.0%
VOTES RECEIVED
0
RANK
of 21,284
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 174,609
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Discussions
AVERAGE NO. OF LIKES
Feeds
Question
Meaning of fifth and sixth lines? Why did we not consider 1 and 100th row? What does x(1,j) mean? Meaning of y(1,j) = x(2,j); elseif x(100,j) < epsilon, y(100,j) = x(99,j);?
rng(1); % Initialise the random seed x = rand(100,10); % Generate random matrix epsilon = 0.1; ...
4 years ago | 1 answer | 0
1
answerQuestion
I am not getting the meaning of this line k = 1:sze_x, what 1 signifies here? and what is the meaning of sze_x = size(x,2), what 2 signifies here?
function [y] = bullandbear(x) % Definition of the function. Define your Input. It should only be one variable % Initialise th...
5 years ago | 1 answer | 0

