Community Profile

photo

balaji


Last seen: 3 months ago Active since 2018

I am from the Engineering background with graduation from the Department of Electronics and Communications Engineering, Sri Venkateswara University College of Engineering, and post-graduation from the Department of Electrical Engineering, Indian Institute of Technology Madras.

Programming Languages:
MATLAB
Spoken Languages:
English

Statistics

All
  • MATLAB Central Treasure Hunt Finisher
  • Treasure Hunt Participant
  • Solver
  • First Review
  • Knowledgeable Level 1
  • First Answer
  • Revival Level 1
  • Thankful Level 1

View badges

Content Feed

View by

Solved


Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...

2 years ago

Solved


The Piggy Bank Problem
Given a cylindrical piggy bank with radius g and height y, return the bank's volume. [ g is first input argument.] Bonus though...

2 years ago

Answered
Taylor diagram plot method
https://in.mathworks.com/matlabcentral/fileexchange/52943-peterrochford-skillmetricstoolbox?s_tid=srchtitle This link has examp...

2 years ago | 0

Solved


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

3 years ago

Answered
How to count unique value in array?
[cnt_unique, unique_a] = hist(a,unique(a))

5 years ago | 3

Answered
problems saving plot in 300 dpi
print(gcf,'test.png','-dpng','-r300');

5 years ago | 1

| accepted

Question


How to remove particular harmonic in the time series?
Given a anomaly time series, for which time series need to be computed by removing annual cycle or 1st harmonic or any particula...

6 years ago | 1 answer | 0

1

answer