photo

NUR BATRISYIA HANNANI ZAIN AZMI


Last seen: 3 years ago Active since 2020

Followers: 0   Following: 0

Statistics

  • Thankful Level 1
  • First Review

View badges

Feeds

View by

Question


how to save variable data that we changed ?
this is my code: nSamp = 3251; Fs = 1024e3; SNR = 40; rng default t = (0:nSamp-1)'/Fs; x = sin(2*pi*t*100.123e3); x ...

3 years ago | 1 answer | 0

1

answer

Question


ERROR:NOT ENOUGH INPUT ARGUMENT IN LINE n = length(y);
% parse arguments params = {2, 0.7, 10, 8e-4, 1e-2, 'quadprog'}; i = ~cellfun(@isempty, varargin); params(i) = varargin(i); ...

3 years ago | 1 answer | 0

1

answer

Question


Can someone solve the error for if sign(df(i-1))~=sign(df(i+1)) % it is a maximum
clear; close all load input_d % d = input(as a row vector) N = 7; % Number of objective IMFs (a number greater than...

3 years ago | 1 answer | 0

1

answer