• 캠퍼스북
  • 파일시티 이벤트
  • LF몰 이벤트
  • 서울좀비 이벤트
  • 탑툰 이벤트
  • 닥터피엘 이벤트
  • 아이템베이 이벤트
  • 아이템매니아 이벤트

malab exercises3

*진*
최초 등록일
2009.10.26
최종 저작일
2009.10
5페이지/한글파일 한컴오피스
가격 1,500원 할인쿠폰받기
다운로드
장바구니

소개글

MATLAB Programming for Engineers.

second edition.

bookware companion series

BROOKS/COLE

Stephen J.Chapman

목차

없음

본문내용

quiz 3.3
1. Write the MATLAB statements required to plot sin x versus cos 2x from 0 to 2n in steps of d10. The points should be connected by a 2-pixel-wide red line, and each point should marked with a h-pixelwide blue circular marker.
>> x= 0:pi/10:2*pi;
x1= sin(x);
y1= cos(2*x);
plot(x1,y1, `-ro`,`LineWidth`,2,`MarkerSize`,6,`MarkerEdgeColor`,`b`,
`MarkerFaceColor`,`b`)
2. Use the Figure editing tools to change the markers on the previous plot into black squares. Add an arrow and annotation pointing to the location x = n on the plot.
Write the MATLAB text string that will produce the following expressions:

3. f (x) = sin θ cos 2π
>> `\itf\rm(\itx\rm) = sin\theta cos2\phi`
4. plot of Σx^2 versus x
>> `\bfplot of \sigma \itx\rm\bf^{2} versus \itx`
Write the expression produced by the following text strings:
5. ` \tau\it_{m} `
>> τm
6. `\bf\itx_{l)^{2) + x_{2}^{2} \rm(units: \bfm^{2)\rm) `
>> x1^2 + x2^2 (unit: m^2)
7. How do you display the backslash (\) character in a text string?
>> ` \ `

참고 자료

없음

이 자료와 함께 구매한 자료

*진*
판매자 유형Bronze개인

주의사항

저작권 자료의 정보 및 내용의 진실성에 대하여 해피캠퍼스는 보증하지 않으며, 해당 정보 및 게시물 저작권과 기타 법적 책임은 자료 등록자에게 있습니다.
자료 및 게시물 내용의 불법적 이용, 무단 전재∙배포는 금지되어 있습니다.
저작권침해, 명예훼손 등 분쟁 요소 발견 시 고객센터의 저작권침해 신고센터를 이용해 주시기 바랍니다.
환불정책

해피캠퍼스는 구매자와 판매자 모두가 만족하는 서비스가 되도록 노력하고 있으며, 아래의 4가지 자료환불 조건을 꼭 확인해주시기 바랍니다.

파일오류 중복자료 저작권 없음 설명과 실제 내용 불일치
파일의 다운로드가 제대로 되지 않거나 파일형식에 맞는 프로그램으로 정상 작동하지 않는 경우 다른 자료와 70% 이상 내용이 일치하는 경우 (중복임을 확인할 수 있는 근거 필요함) 인터넷의 다른 사이트, 연구기관, 학교, 서적 등의 자료를 도용한 경우 자료의 설명과 실제 자료의 내용이 일치하지 않는 경우

이런 노하우도 있어요!더보기

최근 본 자료더보기
탑툰 이벤트
malab exercises3
  • 레이어 팝업
  • 레이어 팝업
  • 레이어 팝업