Statistics
5 Questions
0 Answers
RANK
99,382
of 300,302
REPUTATION
0
CONTRIBUTIONS
5 Questions
0 Answers
ANSWER ACCEPTANCE
60.0%
VOTES RECEIVED
0
RANK
of 20,911
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 168,040
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
Making a table from data using rec
I am trying to use this code to create a table of when the data is in recession (when the value of q(x)>q(x-1)). However I do no...
9 hours ago | 2 answers | 0
2
answersQuestion
Finding if the current data value is greater than the previous value
I have formed a table of 1 column and many rows and I am trying to findout if the value in the current row is greater than the p...
2 days ago | 1 answer | 0
1
answerQuestion
Counting the number 6s rolled from a dice
I was trying to get my code to count the number of 6s rolled from 1000 attempts from a dice however it keeps saying it has not r...
6 days ago | 1 answer | 0
1
answerQuestion
Issues creating a scatter graph
I was trying to make a scatter graph for the data I had with the code shwon below: A= readtable("query.csv"); Depth= A(:,4); ...
14 days ago | 2 answers | 0
2
answersQuestion
How to I plot a graph from this data
I have been trying to plot VPV by Depth in the code below: A= readtable("PREM.txt"); Radius = A(:,1); Density= A(:,2); VPV= ...
15 days ago | 1 answer | 0