photo

Sanjay Zamindar


Last seen: 3 years ago Active since 2018

Followers: 0   Following: 0

Statistics

MATLAB Answers

1 Question
1 Answer

RANK
69,340
of 300,508

REPUTATION
0

CONTRIBUTIONS
1 Question
1 Answer

ANSWER ACCEPTANCE
100.0%

VOTES RECEIVED
0

RANK
 of 21,019

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 169,381

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 1
  • First Answer

View badges

Feeds

View by

Question


matlab structure to csv file
I have a struct like below header: {1x6 cell} dates: 202201 data: [0.9779 0.2625 -0.0108 0.1753 -0.0049 -0...

4 years ago | 1 answer | 0

1

answer

Answered
How can I find the sum of the perimeter of a matrix?
function final_sum = peri_sum(A) size_row = size(A,1) size_col=size(A,2) Sum_of_first_row = sum (A(1, [1:1:end])); %b...

7 years ago | 0