Community Profile

photo

Rafa


Univ of Waikato

2011년부터 활동

Followers: 0   Following: 0

연락

통계

All
  • First Review
  • 5-Star Galaxy Level 1
  • First Submission
  • Solver

배지 보기

Feeds

보기 기준

답변 있음
How to read values from an ASCII file with several pairs of numbers within brackets?
Ops, problem solved... In case anyone has come across a similar issue, I just missed the space before each opening bracket. The ...

10년 초과 전 | 0

| 수락됨

질문


How to read values from an ASCII file with several pairs of numbers within brackets?
Hi, would anyone have an idea about the simplest way to read values from an ASCII file written in the form below please? For the...

10년 초과 전 | 답변 수: 1 | 0

1

답변

질문


How to avoid ginput from becoming unresponsive to keyboard keys?
I have written a simple function to keep ginputting and plotting points on the current axes, and deleting the last clicked point...

10년 초과 전 | 답변 수: 0 | 1

0

답변

문제를 풀었습니다


Remove any row in which a NaN appears
Given the matrix A, return B in which all the rows that have one or more <http://www.mathworks.com/help/techdoc/ref/nan.html NaN...

거의 11년 전

문제를 풀었습니다


Is my wife right?
Regardless of input, output the string 'yes'.

거의 11년 전

문제를 풀었습니다


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

거의 11년 전

문제를 풀었습니다


Determine if input is odd
Given the input n, return true if n is odd or false if n is even.

거의 11년 전

문제를 풀었습니다


Make a checkerboard matrix
Given an integer n, make an n-by-n matrix made up of alternating ones and zeros as shown below. The a(1,1) should be 1. Example...

거의 11년 전

문제를 풀었습니다


Triangle Numbers
Triangle numbers are the sums of successive integers. So 6 is a triangle number because 6 = 1 + 2 + 3 which can be displa...

거의 11년 전

문제를 풀었습니다


Add two numbers
Given a and b, return the sum a+b in c.

거의 11년 전

문제를 풀었습니다


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

거의 11년 전

제출됨


rotateData
Rotate coordinates about any specified origin.

대략 13년 전 | 다운로드 수: 1 |