Community Profile

photo

balaji


Last seen: 4개월 전 2018년부터 활동

Followers: 0   Following: 0

연락

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

통계

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

배지 보기

Feeds

보기 기준

문제를 풀었습니다


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

2년 초과 전

문제를 풀었습니다


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년 초과 전

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

2년 초과 전 | 0

문제를 풀었습니다


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년 초과 전

답변 있음
How to count unique value in array?
[cnt_unique, unique_a] = hist(a,unique(a))

거의 5년 전 | 3

답변 있음
problems saving plot in 300 dpi
print(gcf,'test.png','-dpng','-r300');

대략 5년 전 | 1

| 수락됨

질문


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년 전 | 답변 수: 1 | 0

1

답변