Community Profile

photo

Rafa


Univ of Waikato

Aktiv seit 2011

Statistiken

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

Abzeichen anzeigen

Content Feed

Anzeigen nach

Beantwortet
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 ...

mehr als 10 Jahre vor | 0

| akzeptiert

Frage


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...

mehr als 10 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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...

mehr als 10 Jahre vor | 0 Antworten | 1

0

Antworten

Gelöst


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...

fast 11 Jahre vor

Gelöst


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

fast 11 Jahre vor

Gelöst


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...

fast 11 Jahre vor

Gelöst


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

fast 11 Jahre vor

Gelöst


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...

fast 11 Jahre vor

Gelöst


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...

fast 11 Jahre vor

Gelöst


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

fast 11 Jahre vor

Gelöst


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:...

fast 11 Jahre vor

Gesendet


rotateData
Rotate coordinates about any specified origin.

etwa 13 Jahre vor | 1 Download |