- MatlabDay2 . . . . 25 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]
- 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
- MATLAB . . . . 5 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
- 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
- MatlabDay3 . . . . 2 matches
#title Matlab 강의 Day 3
{{{#!plain matlab
attachment:MatlabDay3/plotbagic.png
{{{#!plain matlab
- RungeKuttaMethod . . . . 2 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]
- Windows7 . . . . 2 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>
- Matlab 5차방정식 . . . . 1 match
#keywords MATLAB
== Matlab 5차방정식 ==
Matlab에서 5차 방정식 그래프 그리기
Matlab의 각도 단위는 기본적으로 Radian이다.
{{{#!plain matlab
- RMS error . . . . 1 match
#keywords Math, MATLAB,
{{{#!matlab
Found 9 matching pages out of 806 total pages
You can also click here to search title.