Community Profile

photo

Joe


Lehigh University

Active since 2013

Followers: 0   Following: 0

Message

Statistics

  • Thankful Level 3

View badges

Feeds

View by

Question


How do I find the number of occurrences of data points between specific values in a matrix?
The following code finds the number of occurrences of data between two points of the same value. x=[4 1 2 2 2 2 2 2 2 2 ...

8 years ago | 1 answer | 0

1

answer

Question


How do I find the number of occurrences of data points between specified values in a matrix?
I am trying to find the interval of data point occurrences in a 1x40 matrix. given: x=[1 2 2 2 2 2 2 2 2 2 1 2 2 2 2 3 ...

8 years ago | 1 answer | 0

1

answer

Question


finding the frequency of a series of numbers in an array
given the data set data=[1,1,1,2,2,3,3,3,4,4,3,3,5,5,5,6,7,8,9,9,9,1,1,1,1,10,10,1,1,1,2,2,2,2,1]; I want to find th...

9 years ago | 5 answers | 0

5

answers

Question


How do I find the duration of a number in an array?
Given the array c=[3 3 3 5 5 6 7 8 1 1 3 3 3 0 0 0 4 4 4 5 6 7 8 3 3 3 9 10 3]; I am trying to find the average duration...

9 years ago | 2 answers | 0

2

answers

Question


How do I make the male and female symbols in Matlab?
Hey all, How do I get matlab to display the ♂ and ♀ symbols. Thanks

10 years ago | 2 answers | 0

2

answers

Question


Directory not loading in the correct order
I am trying to load multiple data sets (30 files) into a structured array but my data is not matching with my folder order. I cr...

11 years ago | 1 answer | 0

1

answer

Answered
Function input and outputs , variable error, concatenation
Here is my function: function output=onerunoneIV(CC12, CC21, Rrest1,Rrest2, Rin1, Rin2, V_rest1,... V_rest2, MeanW...

11 years ago | 0

Question


Function input and outputs , variable error, concatenation
I am relatively new to MATLAB and I am having some issues with using a function. I am including the code below and will direct y...

11 years ago | 2 answers | 0

2

answers