photo

zen


Last seen: 4 months ago Active since 2022

Followers: 0   Following: 0

Programming Languages:
MATLAB
Spoken Languages:
English

Statistics

MATLAB Answers

6 Questions
0 Answers

RANK
220,444
of 298,339

REPUTATION
0

CONTRIBUTIONS
6 Questions
0 Answers

ANSWER ACCEPTANCE
50.0%

VOTES RECEIVED
0

RANK
 of 20,567

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 160,865

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

  • Thankful Level 2

View badges

Feeds

View by

Question


Using summation to calculate for partition sums
Currently in the process of calculating for this formula in MATLAB: A bit confused on how to set it up though. I started with ...

2 years ago | 1 answer | 0

1

answer

Question


Want to read take the values in an excel file and calculate the equation
I am creating a code that reads an Excel file's values line by line then calculates the spectral line intensity equation using t...

2 years ago | 1 answer | 0

1

answer

Question


Storing info of an averaging automated process into an array without extra values
I have a code that automates the process of averaging elements into one value for each set of values until the end of an array, ...

3 years ago | 2 answers | 0

2

answers

Question


Automate an averaging process and store info into an array
I have a code that takes the average of every 2 points of an array by changing k: mdata = [1:10]; n1 = 1; k = 1; for ...

3 years ago | 1 answer | 0

1

answer

Question


Index exceeds the number of array elements - Error message
Posted a similar question before, but this time it is for taking an average of every 2 data points. For example: 1 2 is averaged...

3 years ago | 2 answers | 0

2

answers

Question


Index exceeds the number of array elements - Error message
So I am getting an error where I believe n1 is larger than the array after n becomes n = 3, which is giving the error in ma. Pre...

3 years ago | 1 answer | 0

1

answer