photo

Ieva


2012 年からアクティブ

Followers: 0   Following: 0

統計

All
MATLAB Answers

5 質問
1 回答

Cody

0 問題
12 解答

ランク
112,473
of 300,871

評判
0

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

回答採用率
60.0%

獲得投票数
0

ランク
 of 21,100

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク
35,149
of 171,460

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

スコア
130

バッジ数
1

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

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

平均評価

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

平均いいねの数

  • Thankful Level 1
  • Solver

バッジを表示

Feeds

表示方法

解決済み


The Hitchhiker's Guide to MATLAB
Output logical "true" if the input is the answer to life, the universe and everything. Otherwise, output logical "false".

13年弱 前

解決済み


Finding Perfect Squares
Given a vector of numbers, return true if one of the numbers is a square of one of the other numbers. Otherwise return false. E...

13年弱 前

解決済み


Factorize THIS, buddy
List the prime factors for the input number, in decreasing order. List each factor only once, even if the factorization includes...

13年弱 前

解決済み


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

13年弱 前

解決済み


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

約13年 前

解決済み


Happy 2013...
Happy 2013, everyone! An interesting tidbit about 2013 is that it is the first year since 1987 to contain four different digits...

約13年 前

解決済み


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

約13年 前

解決済み


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

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

解決済み


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年 前

解決済み


Doubling elements in a vector
Given the vector A, return B in which all numbers in A are doubling. So for: A = [ 1 5 8 ] then B = [ 1 1 5 ...

約13年 前

解決済み


Divisors of an integer
Given a number N, return a vector V of all integers that divide N. For example, N = 10 Then V=[1 2 5 10]

約13年 前

質問


New matrix from all based on some criteria
Hi, Probably this is a very simple question, but I am new to Matlab and can't find the answer so would appriciate your help. ...

14年弱 前 | 1 件の回答 | 0

1

回答

質問


Find row where cell value equals some defined value
Hi, I have a list called quarters that looks something like: 1999Q2 1999Q3 1999Q4 2000Q1 I would like to find ...

14年弱 前 | 2 件の回答 | 0

2

回答

質問


Sort without duplicate
Hi, I want to sort a vector leaving only unique values. For example, if I have: 1 2 2 3 4 4 5 I wa...

14年弱 前 | 1 件の回答 | 0

1

回答

質問


out of memory
Hi, While working with Matlab I get "out of memory" message. Memory status is as following: Maximum possible array:...

14年弱 前 | 2 件の回答 | 0

2

回答

回答済み
Data read in
Thank you! Seems that works.

14年弱 前 | 0

質問


Data read in
Hi, I have quite many files starting named like data_52348.csv where the number is just random 5 digits. I would like to read...

14年弱 前 | 2 件の回答 | 0

2

回答