代码搜索:Plot
找到约 10,000 项符合「Plot」的源代码
代码结果 10,000
www.eeworm.com/read/296909/8072799
m plot_cbeam.m
function plot_cbeam(values)
% Plots a cantilever beam as a 3D figure.
% This is a helper function for the optimal cantilever beam example.
%
% Inputs:
% values: an array of heights and widths of ea
www.eeworm.com/read/296365/8108753
m mud_plot.m
%在DS-spread spectrum系统中,噪声为加性高斯白噪声,传统单用户检测,线性解相关多用户检测和最小均方误差多用户检测的性能比较
clear all
close all
clc;
%prompt={'Enter the numbers of user:','Enter the length of user code:','Enter the power of the user code
www.eeworm.com/read/333698/12664328
m plot_gaussian.m
function [hh] = plot_gaussian(covar,mu,col,n)
if ~isempty(find(covar-covar == 0))
if size(mu,1) < size(mu,2), mu = mu'; end
if size(covar,1) == 3
theta = (0:1:n-1)'/(n-1)*pi;
www.eeworm.com/read/247235/12671949
m shadow_plot.m
function g=shadow_plot(Orig,Mean,Std)
% ---------------------------------------------
% function g=shadow_plot(Orig,Mean,Std)
%
% Orig == the actual system (channel)
% Mean == the avg. over
www.eeworm.com/read/145494/12717928
m plot_proc.m
%plot_proc is used to change properties of a user selected curves
%
% plot_proc(nTask,arg1,arg2)
%where
% nTask -- curve manipulation code
% 1 display dialog box for preference
%