Community Profile

photo

Chien Poon


Last seen: más de 2 años hace Con actividad desde 2021

Followers: 0   Following: 0

Estadísticas

  • Knowledgeable Level 1
  • First Answer

Ver insignias

Feeds

Ver por

Respondida
Intersection between two functions
All you need is the element wise division (adding ./) on variable f1a %input array x=linspace(0,1,1000); f1=@(x) 2.2/sqrt(2...

más de 2 años hace | 0

Respondida
I am getting an error "not enough input arguments" even though i have given command [a,b]=my_conv[[1 2 -1 4 3 -2] ,[-1 0 4 3 1] , 2, 2] for the function given below, HELP me
% [a,b]=my_conv([1 2 -1 4 3 -2] ,[-1 0 4 3 1], 2, 2) function [y,yz]=my_conv(x1,x2,z1,z2) %output zero yz=-(-z1+1-z2+1)+1; ...

más de 2 años hace | 0

| aceptada

Respondida
How to add zeros to the end of a column vector
b(length(b)+1:length(a)) = 0;

más de 2 años hace | 0