AKASH KUMAR
Followers: 0 Following: 0
MATLAB
Spoken Languages:
Hindi
Statistics
0 Questions
4 Answers
RANK
12 789
of 295 467
REPUTATION
4
CONTRIBUTIONS
0 Questions
4 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
2
RANK
of 20 234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153 912
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
Feeds
Function to check if a number is divisible by 5
% check "a" is divisible by "b" or not function test = divisibility_test(a,b) if ceil(a/b)-a/b==0 test = true; else ...
mer än ett år ago | 0
How to label on top and bottom side of the figure
Thanks to Srivardhan Gadila , I have revised the codes and now things look more better. %% TOP and bottom x-tick (xlabel) with...
mer än 2 år ago | 1
How to write a code for varying step size ?
clc clear close all %% Variable step size Step_0=2; Step=Step_0; ii=1;theta=0; while true theta= theta+Step; ...
mer än 2 år ago | 0
Manual Code for convolution
% % algorithm to compute convolution clc clear close all x1 = [5,6,1,2]; h = [10,6,4,8,9,5]; N = length(x1)+length(h)-...
nästan 3 år ago | 1