photo

Marcelo Costa


2012 年からアクティブ

Followers: 0   Following: 0

統計

All
MATLAB Answers

8 質問
1 回答

Cody

0 問題
5 解答

ランク
212,285
of 300,779

評判
0

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

回答採用率
25.0%

獲得投票数
0

ランク
 of 21,084

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク
59,963
of 170,997

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

スコア
60

バッジ数
1

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

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

平均評価

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

平均いいねの数

  • Solver
  • Thankful Level 1

バッジを表示

Feeds

表示方法

解決済み


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

6年以上 前

解決済み


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

6年以上 前

解決済み


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

6年以上 前

解決済み


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

6年以上 前

解決済み


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

6年以上 前

質問


How can I make this graphic?
I have this data <https://drive.google.com/file/d/0BzSixbWRFmQLUVJJZjlhZUFpOEk/view?usp=sharing Click here for data.> I want ...

10年以上 前 | 1 件の回答 | 0

1

回答

質問


Count Relationships between two columns
I have this data <https://drive.google.com/file/d/0BzSixbWRFmQLUVJJZjlhZUFpOEk/view?usp=sharing (Click Here)> I'd like to co...

10年以上 前 | 1 件の回答 | 0

1

回答

質問


Xlswrite, problem. How to resolve
I Have 12 variables vq1 ... vq12 This is my command. A={vq1;vq2;vq3;vq4;vq5;vq6;vq7;vq8;vq9;vq10;vq11;vq12;} xls...

約12年 前 | 1 件の回答 | 0

1

回答

質問


How do I separate columns?
I have an array with 174 columns. I have to separate them from 3 columns, and the columns column 1 is 1 4 7 10, so until the end...

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

1

回答

質問


Relative a movement - biomechanics
Hello guys, Thus, I have capture a movement of a person throwing a ball, however the amount of frames they have are different. ...

約13年 前 | 1 件の回答 | 0

1

回答

質問


Calculating the angle between two vectors
Is my code correct? I need to calculate the angle between these vectors, I would check if the command is correct! clear...

約13年 前 | 1 件の回答 | 0

1

回答

回答済み
How i use the command Butter?
Hello Again This is my command. clear all f2=12.5; frequency of cutoff Fs=210; acquisition frequency Files=dir('*...

約13年 前 | 0

質問


Correct Code for function Butter?
I need filter a data of displacement, and teh data is save in a txt file, this txt has 100 rows and 4 coluns. Until the begin ...

約13年 前 | 1 件の回答 | 0

1

回答

質問


How i use the command Butter?
I have two questions. The first question is: How do I choose the cutoff frequency of the Butterworth filter The second questio...

約13年 前 | 3 件の回答 | 0

3

回答