Statistics
9 Questions
0 Answers
RANK
174,263
of 295,467
REPUTATION
0
CONTRIBUTIONS
9 Questions
0 Answers
ANSWER ACCEPTANCE
100.0%
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
Question
For those who love a challenge.
Let St be the price of one share of a particular company at time t. If the price St+1 at time t+1 can either take the value of u...
11 years ago | 1 answer | 0
1
answerQuestion
command rand and functions
Hi guys I have this question as an assignment question can someone help out please thanks :) Suppose you are at a casino play...
11 years ago | 1 answer | 0
1
answerQuestion
problems in switch and if commands
Hi guys I am having problems in solving this question can some one help me out please ? :) I need to use the switch and if...
11 years ago | 2 answers | 0
2
answersQuestion
error sign not valid
I have this function n = 1; Product = 1; while( Product < N ) { Product = Product * (2*n); n = n + 1; } ...
11 years ago | 1 answer | 0
1
answerQuestion
matrix manipulation and components
Hi guys, I have a matrix A=random('norm',3,0.2,100,100) in which I want to display all the components that are >3.1 can someone...
11 years ago | 2 answers | 0
2
answersQuestion
matrix manipulations of columns
Hi guys, does any one knows how to generate a matrixD that adds a new column of zeros to matrix A.This cloumn must be placed ...
11 years ago | 1 answer | 0
1
answerQuestion
matrix manipulations of columns
How can I replace all even columns of matrix A by columns of ones. pls note that matrix A is A=random('norm',3,0.2,100,100)...
11 years ago | 1 answer | 0
1
answerQuestion
while command in matlab
while using the while command in matlab how can I determine the no. of terms needed so that the product 2x4x6...x2n exceeds a gi...
11 years ago | 1 answer | 0
1
answerQuestion
replacing components of a matrix
how to generate a matrix that replaces all components of a previous matrix lying between 2.9 and 3.2, by -1?
11 years ago | 1 answer | 0