Recent content by ksekoliastis19

  1. K

    MATLAB Plotting a Function in MATLAB Using QUAD

    hello.can anyone help me to plot this function in matlab Q=quad(@(omeg)myfun(omeg,x,t),-20,20).im not sure if this is correct.my m file function goes like that function y= @myfun(omeg,x,t) y=besselj(1,omeg.*x).*cos(omeg.*t).*omeg; thanks in advance
Back
Top