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