![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/15930908_1565272062226_DEF.jpg)
Rishav Raj
Followers: 0 Following: 0
Statistics
All
RANK
162,374
of 297,016
REPUTATION
0
CONTRIBUTIONS
1 Question
0 Answers
ANSWER ACCEPTANCE
100.0%
VOTES RECEIVED
0
RANK
of 20,419
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Solved
Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...
4 years ago
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:...
4 years ago
Question
Matlab code for square wave generation from fourier series (symsum fails for upperlimit greater than 1000 in my case)
function [a0,An,Bn]=mysquare(T,N) syms t n w0=2*pi/T; a0=1/T*(int(1,t,0,T/2)); an=2/T*(int(1*cos(n*w0*t),t,0...
5 years ago | 1 answer | 0