-
MATLAB
基于MATLAB的GPS专业知识的实现(内含5个以上的源代码)(MATLAB-based implementation of GPS expertise (containing more than 5 of the source code))
- 2009-12-30 11:09:34下载
- 积分:1
-
Power_Flow
matlab power flow toolbox with document
- 2014-01-27 18:39:30下载
- 积分:1
-
impulse
This code is about designing of synthetics seismic data.
- 2009-11-13 03:36:51下载
- 积分:1
-
authenticationtoken-96133
Aunthetication token.
- 2014-11-07 16:34:13下载
- 积分:1
-
simulink_matalbjiaohu
这是一个matlab与simulink模型交互的例子,希望对大家有帮助。(This is a matlab simulink model of interaction with the example, we want to help.)
- 2013-11-11 14:55:12下载
- 积分:1
-
NMEA-Parser
This is the parser of NMEA encoded data from GPS it separates lat and long
- 2014-02-13 01:27:07下载
- 积分:1
-
GA8746
多目标规划优化问题
Matlab中常用于求解多目标达到问题的函数为fgoalattain(Multi-objective planning optimization problem Matlab is commonly used to achieve problem solving multi-objective function fgoalattain)
- 2021-01-05 16:08:54下载
- 积分:1
-
videofig
A figure ready to scroll through and play videos. You can also draw any custom graphics on it.
(VIDEOFIG(NUM_FRAMES, @REDRAW_FUNC) creates a figure with a horizontal scrollbar and shortcuts to scroll automatically. The scroll range is 1 to NUM_FRAMES. The function REDRAW_FUNC(F) is called to redraw at scroll position F (for example, REDRAW_FUNC can show the frame F of a video).
This can be used not only to play and analyze standard videos, but it also lets you place any custom Matlab plots and graphics on top.
Jiro posted a great example on the Pick of the Week blog, along with a nice GIF animation so you can see it in motion:
http://blogs.mathworks.com/pick/2010/12/10/video-player-for-your-frame-based-processing/
EXAMPLE 1
Place this in a file called "redraw.m":
function redraw(frame)
imshow([ AT3_1m4_ num2str(frame, 02.0f ) .tif ])
end
Then from a script or the command line, call:
videofig(10, @redraw)
redraw(1)
The images "AT3_1m4_01.tif" ... "AT3_1m4_10.tif" are part of the Image
Processing Toolbox and there s no ne)
- 2010-12-14 16:38:11下载
- 积分:1
-
0067_slide
this is a brain image
- 2009-06-15 19:25:12下载
- 积分:1
-
Power_Algorithm
implement the Power Al-
gorithm for the computation of themaximumeigenvalue of Aj . Write a function Power_Algorithm
which takes as input A q (the initial approximation of the eigenvector) and scale (it was
given as in the lectures).
- 2013-07-24 09:20:51下载
- 积分:1