资源简介
用matlab写的,用于生成随机路径的方法
代码片段和文件信息
%*****************************************
%Author: Danda B. Rawat
%Coded on: April 18 2007
%Modified on: April 23 2007
%Academic Institution: ODU
%Email: dbrawat@gmail.com
%ECE 651 Homework 9-Problem Number - 7
%****************************************
%To make a program user friendly I used function namely “two_D_Rand_walk()“ so that user can take
%any value of time n as input.
% to run the program just tye the folloeing line in the command line of
% Matlab you will get the desired random walk
% >> two_D_Rand_walk(100)
% function [X] = two_D_Rand_walk(n);
clcclfclear;
n=
- 上一篇:matlab语音信号处理工具箱
- 下一篇:dijkstra算法的matlab实现
相关资源
- 随机森林工具包randomforest-matlab(基于
- Random Forest 随机森林算法
- 随机海浪仿真 (random wave simulation)
- random-hough-transform 利用随机霍夫变换进
- RandomForest ID3决策树+随机森林算法生成
- Random-Forest-Matlab-master
- randomforest 随机森林的matlab算法实现
- random_coding 随机网络编码matlab实现程序
- randomforest-matlab 基于随机森林思想的分
- Random-Forest MATLAB语言的随机森林算法的
- Yule-Walker法进行谱估计
- 周期图法、Yule-walker方程进行功率谱估
评论
共有 条评论