- MatlabDay2 . . . . 28 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]
- MATLAB . . . . 16 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 . . . . 14 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
- CodeSyntaxHighlightPlugin . . . . 10 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
xlabel('time(s)');
ylabel('Recoil length (m)');
- Windows7 . . . . 9 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>
- 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
- RungeKuttaMethod . . . . 5 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]
- 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
- MatlabDay3 . . . . 4 matches
#title Matlab 강의 Day 3
{{{#!plain matlab
attachment:MatlabDay3/plotbagic.png
{{{#!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])
- 3D 프린터 . . . . 3 matches
[https://bambulab.com/ko-kr/compare?type=p1 뱀부랩 3D 프린터 기종 비교]
* 가격: [https://kr.store.bambulab.com/products/p1s?id=511031724327346187 ₩1,416,000]
* 가격: [https://kr.store.bambulab.com/products/x1-carbon?id=511020585199640586 ₩2,369,000]
- 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] : [매트랩]의 소스코드나 그래프를 원노트로 옮겨주는 파워토이
- Python/Numpy . . . . 3 matches
plt.plot(data['Angle (deg)'], data['Moment (Nm)'], marker='o', label='Moment')
plt.xlabel('Angle (deg)')
plt.ylabel('Moment (Nm)')
- 잡담/2014 . . . . 3 matches
[http://www.liftlabsdesign.com/ Stabilize Your Hand Tremor]: 손떨림이 있는 노약자가 음식을 혼자서도 먹을 수 있게 도와주는 숟가락. 개당 $295. -- [파초] [[DateTime(2014-11-13T23:00:45)]]
[http://www.ilabor.org/news/articleView.html?idxno=4016 애진이의 4월16일 세월호 탈출기] -- [파초] [[DateTime(2014-05-10T05:09:29)]]
[http://www.pugetsystems.com/labs/articles/Thermal-Paste-Application-Techniques-170/ 써멀 구리스, X자 모양으로 바르는 게 가장 냉각효율 좋다(영어)] -- [파초] [[DateTime(2014-03-28T07:07:53)]]
- 잡담/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]으로 저질 코딩을 하던 대학원생 시절이 소록소록 떠오른다. 근데 이건 몇년이 지나면 [파이썬]만큼 인지도를 얻을 수 있으려나?
- HelpOnLinking . . . . 2 matches
* telnet://hackerslab.org [telnet://hackerslab.org]
- Moto G . . . . 2 matches
[[html(<a href="https://www.flickr.com/photos/taylalyell1979/11962360484" title="Moto G Google Play edition now available on US Play Store for $179 by Tayla Lyell, on Flickr"><img src="https://farm3.staticflickr.com/2830/11962360484_39827af46d_z.jpg" width="640" height="528" alt="Moto G Google Play edition now available on US Play Store for $179"></a>)]]
- WikiSlide . . . . 2 matches
* a technology for collaborative creation of internet and intranet pages
* Collaboration, Coordination and Communication platform
- HelpOnSpellCheck . . . . 1 match
If the "dbhash" module is available with your Python installation, the files in "dict" are read only ''once'' and stored in a hash table. This speeds up the spell checking process because then the number of words in the ''checked page'' determines the time needed for the checking, ''not'' the number of words in the dictionary (with 250000 words, some hundred milliseconds instead of several seconds).
- MATLAB/SPTool . . . . 1 match
간단하게 Filter를 설계할 수 있는 Matlab Toolbox
- MediaWiki . . . . 1 match
[http://ideathinking.com/wiki/index.php/MediaWiki:CodeHighlighterExtension|미디어위키 문법 강조 확장기능] : Matlab도 지원한다!
- ProgrammingLanguage . . . . 1 match
* [[Matlab]]
- PulseSmartpen/QnA . . . . 1 match
([http://www.penlab.co.kr/technology 내용 출처])
- RMS error . . . . 1 match
#keywords Math, MATLAB,
{{{#!matlab
- 모니위키/배포계획/모니위키 인터웍스 에디션 . . . . 1 match
1. (./) [[문법강조]] 3.0.x (CustomTheme 적용, Matlab Brush 추가)[*GPL]
- 서울 . . . . 1 match
[http://www.yonhapnews.co.kr/medialabs/special/sungnyemun/index.html 숭례문 복구 대장정 5년 3개월 만에 대단원 by 연합뉴스]
- 스티븐 잡스 . . . . 1 match
Throughout the campus every poster, every label on every drawer, was beautifully hand calligraphed.
- 이미지 문자 인식 . . . . 1 match
문자 검색을 염두에 두고 PDF 형식으로 스캔했을 경우에는 텍스트를 복사할 수 있지만, 단순 이미지만 있을 때에는 일일이 타이핑해야 한다. 그래서 이미지에 있는 문자를 인식해서 텍스트 파일로 만들어주는 프로그램이나 서비스가 개발되어 있다. 일반인이 가장 편하게 사용할 수 있는 서비스는 네이버 랩의 [http://t.lab.naver.com/ocr/ 네이버 이미지 문자 OCR]이다. 스캔한 이미지의 해상도가 충분히 높을 경우, 문자 인식률은 높은 편이다. 문자 인식률을 높이기 위한 세부 옵션 조절은 할 수 없는 것이 아쉽다.
- 크레마 터치 . . . . 1 match
||Available format ||ePub, PDF, JPG, GIF, PNG, BMP ||
- 탐색기에서 명령창 열기 . . . . 1 match
6. Select the entry labeled Folder
Found 31 matching pages out of 804 total pages
You can also click here to search title.