Filter löschen
Filter löschen

Info

Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.

is there an any alternate solution for this "P=freqcp(​numpl,denp​l,w);" command?

1 Ansicht (letzte 30 Tage)
Anita pawar
Anita pawar am 25 Jul. 2017
Geschlossen: MATLAB Answer Bot am 20 Aug. 2021
clc; clear all; close all; tic k = 1:0.5:10; a = 1:0.5:5; n1 = numel(k); n2 = numel(a); numpl = repmat(k, 1, n2)'; denpl = repmat([ones(n2,1), a.', zeros(n2,1)] ,n1, 1); w=[.1,.5,.8,1,2,8,15,50,100]; P=freqcp(numpl,denpl,w);
% plot templates plottmpl(w,w,P);
time=toc

Antworten (0)

Diese Frage ist geschlossen.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by