Feeds
提问
I need help with matrix size confliction in code
function [xx,tt] = syn_sin(fk, Xk, fs, dur, tstart) xx = 0; M = length(fk); Ts = 1/(fs); s1 = fs*t...
11 years 前 | 1 个回答 | 0
1
个回答提问
Plot to a central point?
I'm having some issues getting my script to plot two vectors to a central point on a graph. Here is what I have so far. <...
12 years 前 | 1 个回答 | 0
