photo

Rafa


Univ of Waikato

2011 年からアクティブ

Followers: 0   Following: 0

統計

All
MATLAB Answers

2 質問
1 回答

File Exchange

1 ファイル

Cody

0 問題
8 解答

ランク
41,549
of 302,101

評判
1

コントリビューション
2 質問
1 回答

回答採用率
50.0%

獲得投票数
1

ランク
8,278 of 21,543

評判
107

平均評価
5.00

コントリビューション
1 ファイル

ダウンロード
2

ALL TIME ダウンロード
1022

ランク
46,696
of 178,957

コントリビューション
0 問題
8 解答

スコア
90

バッジ数
1

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

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

約13年 前 | 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...

約13年 前 | 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...

約13年 前 | 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...

約13年 前

解決済み


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

約13年 前

解決済み


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

約13年 前

解決済み


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

約13年 前

解決済み


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

約13年 前

解決済み


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

約13年 前

解決済み


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

約13年 前

解決済み


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

約13年 前

送信済み


rotateData
Rotate coordinates about any specified origin.

15年以上 前 | ダウンロード 1022 件 |

5.0 / 5