photo

Matthew Atilano


2015 年からアクティブ

Followers: 0   Following: 0

統計

All
MATLAB Answers

2 質問
0 回答

Cody

0 問題
12 解答

ランク
84,243
of 300,799

評判
0

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

回答採用率
50.0%

獲得投票数
0

ランク
 of 21,092

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク
37,397
of 171,134

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

スコア
120

バッジ数
3

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

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

平均評価

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

平均いいねの数

  • Thankful Level 1
  • Commenter
  • Promoter
  • Solver

バッジを表示

Feeds

表示方法

質問


Paste MATLAB numerical value onto an existing image
Is it possible to paste a numerical value onto an existing image without using insertText? I want to label the displacement of a...

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

1

回答

質問


Create vector for data after each iteration of a for loop
I can't seem to figure out how to make a vector that after each iteration of a for loop takes the value of the set variable, and...

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

1

回答

解決済み


Plus x: A first program
_Solve this problem in Mathwork's online Cody system._ Write a statement that assigns y with 5 plus x. Ex: If input x = 2,...

約10年 前

解決済み


Get the length of a given vector
Given a vector x, the output y should equal the length of x.

約10年 前

解決済み


Arrange Vector in descending order
If x=[0,3,4,2,1] then y=[4,3,2,1,0]

約10年 前

解決済み


Fahrenheit to Celsius using multiple statements
Given a Fahrenheit value F, convert to a Celsius value C. While the equation is C = 5/9 * (F - 32), as an exercise use two state...

約10年 前

解決済み


Reverse the vector
Reverse the vector elements. Example: Input x = [1,2,3,4,5,6,7,8,9] Output y = [9,8,7,6,5,4,3,2,1]

約10年 前

解決済み


Simple equation: Annual salary
Given an hourly wage, compute an annual salary by multiplying the wage times 40 and times 50, because salary = wage x 40 hours/w...

約10年 前

解決済み


Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...

約10年 前

解決済み


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

約10年 前

解決済み


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

約10年 前

解決済み


Circle area using pi
Given a circle's radius, compute the circle's area. Use the built-in mathematical constant pi.

約10年 前

解決済み


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

約10年 前

解決済み


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

約10年 前