- MATLAB . . . . 12 matches
#alias 매트랩, Matlab
== Matlab 강의 ==
'''Matlab 강의''' (09/02)
1. MatlabDay1
2. MatlabDay2
3. MatlabDay3
4. MatlabDay4
5. MatlabDay5
6. MatlabDay6
번외 : [["Matlab 5차방정식"]]
MATLAB을 실행하면 프로그램이 설치된 위치에서 시작하게 된다. 다른 시작 위치를 지정하려면 다음의 방법을 이용한다.
1. (설치 폴더)\toolbox\local\matlabrc.m 열기
1. 해당 파일의 마지막 라인에 다음의 명령어를 추가한다. [[BR]] {{{#!plain matlab
{{{#!plain matlab
Matlab에서 사용하려는 데이터가 xls로 저장되어 있다. 이걸 텍스트로 저장해서 load하려면 귀찮다. xls 파일을 직접 읽거나 저장하려면 '''xlswrite''', xls를 불러오려면 '''xlsread''' 함수를 사용한다.
{{{#!plain matlab
{{{#!plain matlab
- MatlabDay1 . . . . 7 matches
#title MATLAB 강의 DAY 1
* Matlab Environment Tools
참고 사이트 : www.matlabcc.com
== Matlab 맛보기 ==
{{{#!plain matlab
== C언어와 Matlab의 프로그래밍 스타일 ==
C언어는 순차적으로 연산해서 뿌려주는데 반해, Matlab은 모든 계산을 끝내고 뿌려준다.
1. Matlab 함수 타이핑 → 마우스로 긁어서 블럭지정 → 우클릭 메뉴 불러오기 → Evaluate Cells → 해당 함수가 수행되며, 결과가 자동으로 MSword에 삽입된다.
attachment:msword_matlab.png
Matlab Editor에서 주석문자인 %%을 사용해서 Cell을 구분할 수 있다. 한 Editor안에서 구분된 Cell은 따로 실행할 수 있다.
{{{#!plain matlab
{{{#!plain matlab
=== C code를 Matlab의 lcc로 컴파일하기 ===
컴파일한 C code는 matlab 함수와 같은 방법으로 사용할 수 있다.
{{{#!plain matlab
- MatlabDay5 . . . . 7 matches
#title MATLAB 강의 5일차
attachment:MatlabDay5/matrixgain_1.png
attachment:MatlabDay5/simulink_2_system.png
attachment:MatlabDay5/simulink_2.png
attachment:MatlabDay5/simulink_0.mdl
attachment:MatlabDay5/simulink_0_1.mdl
attachment:MatlabDay5/simulink_1.mdl
attachment:MatlabDay5/simulink_2.mdl
- Windows7 . . . . 7 matches
* [http://memorecycle.com/2867104 Windows7에서 구버전 Matlab 실행하는 방법]
Q1. Windows7에서 Matlab이 실행되지 않는다.
* [http://recluze.wordpress.com/2009/07/30/matlab-7-under-windows-7/ Matlab 7 under Windows 7]에 소개되어 있는 것처럼 Matlab 폴더안의 Java를 최신버전으로 바꿔놓는다.
1. To use Matlab with other windows 7 themes you have to change Java VM used by matlab.
1. Go to <Matlab-installation-dir>\sys\java\jre\win32 you will find a file named jre1.5.0_07 (or a similar version). Rename it to Original_<whatever was originally there>
1. Go to C:\Program Files\Java you will find file named jre6. Copy it to <Matlab-installation-dir>\sys\java\jre\win32 and rename it to <original jre directory name>
- CodeSyntaxHighlightPlugin . . . . 4 matches
=== MATLAB, Fortran 문법강조 추가? ===
v.3.0.83에서 추가한 Matlab, Fortran 문법강조를 v.1.5에서 사용하는 건 어떨까?
1. [[MATLAB]], [[Mathematica]]
* 다운로드 : http://jamesrohal.com/mathematica-and-matlab-brush-for-syntaxhighlighter/
1. sh3.js에 Matlab에 대한 항목을 추가함
1. 파일 경로 : /wiki/local/syntaxhighlighter_3.0.83/scripts (attachment:shBrushMatlab.js)
1. 1의 code와 2의 원본 code를 그대로 적용했을 때, 1과 2의 예시 code가 한 페이지게 있으면 matlab 문법 강조에 문제가 발생했다. 하지만 각각 다른 페이지에서는 문제없이 출력되는 것을 확인했다.
1. 뒤늦게 다운받은 원본 code가 구버전용인 것을 확인하고 수정을 시도했다. 이번에는 Matlab 문법 강조만 잘 된다. Fortran 쪽은 아무리 code를 들여다봐도 뭐가 문제인지 모르겠다. 후에 테스트용 위키에서 재시도해봐야겠다.
=== 예시 2 : matlab ===
{{{#!plain matlab
- Doxygen . . . . 4 matches
#keywords Programming, SourceCode, Cygwin, Annotation, Matlab, Regex, Software
프로그램 소스코드를 작성하면서 '''주석을 성실히 달아놓으면''', Doxygen이 알아서 구조를 해석해서 보기좋은 설명문서를 만들어 준다. 초기설정에서 프로그래밍 언어를 선택하면 그 언어에 맞게 최적화를 시켜준다. 단, c, c++, php, Fortran, VHDL만 지원한다. Matlab은 c와 문법이 유사하니 c를 선택하면 될 것 같다.
하지만 c와 Matlab의 주석 문법은 /*와 %%로 차이가 있어 이걸 변환해주는 작업이 필요하다.
convert filter는 [http://www.stack.nl/~dimitri/doxygen/helpers.html Helper tools & scripts]에서 Matlab으로 검색해서 다운받을 수 있다. (다운이 귀찮다면 [http://www.stack.nl/~dimitri/doxygen/dl/mtoc.tgz 이거] 클릭) 단, windows 환경에서는 [Cygwin]을 설치해야 사용할 수 있다.
- Matlab 5차방정식 . . . . 4 matches
#keywords MATLAB
== Matlab 5차방정식 ==
Matlab에서 5차 방정식 그래프 그리기
Matlab의 각도 단위는 기본적으로 Radian이다.
{{{#!plain matlab
- SplineTool . . . . 4 matches
#keywords MATLAB, Toolbox, Tip, CurveFitting
[[Matlab]] command window에서 splinetool로 호출할 수 있다. x,y 데이터가 있을 때에는 curve fitting tool을 사용하는 것이 더 편리하다. curve fitting tool은 command window에서 cftool로 호출할 수 있다. ([http://www.swarthmore.edu/NatSci/echeeve1/Ref/MatlabCurveFit/MatlabCftool.html#Easy%20Fit Curve Fitting with Matlab])
- MatlabDay2 . . . . 3 matches
#title Matlab 강의 Day2
Matlab data type
{{{#!plain matlab
{{{#!plain matlab
{{{#!plain matlab
{{{#!plain matlab
{{{#!plain matlab
{{{#!plain matlab
{{{#!plain matlab
{{{#!plain matlab
{{{#!plain matlab
{{{#!plain matlab
x{1,1} = 'matlab'
attachment:MatlabDay2/Cell_arrayex_1.png
{{{#!plain matlab
matlab
matlab
{{{#!plain matlab
{{{#!plain matlab
'matlab' [4x4 double]
- OneNote . . . . 3 matches
#keywords MS Office, Windows, Note, TabletPC, Text, Image, Word, Exel, Tab, PDF, PowerToy, Matlab, Software
* [http://icehit3.tistory.com/entry/OneNote-PowerToys-Matlab-2-OneNote OneNote PowerToys Matlab2OneNote] : [매트랩]의 소스코드나 그래프를 원노트로 옮겨주는 파워토이
- RungeKuttaMethod . . . . 3 matches
#keywords NumericalAnalysis, Math, MATLAB, Method
== Matlab code 1 ==
{{{#!plain matlab
== Matlab code 2 ==
{{{#!plain matlab
[http://www.mece.ualberta.ca/Courses/mec390/390code/examples.htm Matlab Source Code Examples]
- 잡담/2015 . . . . 3 matches
{{{#!blog 파초 2015-08-17T04:26:27 Python, Matlab 만큼 쉽고, C++, Fortran에 버금가게 빠른 신생 계산용 언어 Julia
[http://clien.net/cs2/bbs/board.php?bo_table=park&wr_id=36799386 Python, Matlab 만큼 쉽고, C++, Fortran에 버금가게 빠른 신생 계산용 언어 Julia]
[Matlab]으로 저질 코딩을 하던 대학원생 시절이 소록소록 떠오른다. 근데 이건 몇년이 지나면 [파이썬]만큼 인지도를 얻을 수 있으려나?
- MatlabDay3 . . . . 2 matches
#title Matlab 강의 Day 3
{{{#!plain matlab
attachment:MatlabDay3/plotbagic.png
{{{#!plain matlab
- MATLAB/SPTool . . . . 1 match
간단하게 Filter를 설계할 수 있는 Matlab Toolbox
- MediaWiki . . . . 1 match
[http://ideathinking.com/wiki/index.php/MediaWiki:CodeHighlighterExtension|미디어위키 문법 강조 확장기능] : Matlab도 지원한다!
- ProgrammingLanguage . . . . 1 match
* [[Matlab]]
- 모니위키/배포계획/모니위키 인터웍스 에디션 . . . . 1 match
1. (./) [[문법강조]] 3.0.x (CustomTheme 적용, Matlab Brush 추가)[*GPL]
Found 17 matching pages out of 803 total pages
You can also click here to search title.