photo

Julia Fani


Last seen: 4ヶ月 前 2026 年からアクティブ

Followers: 0   Following: 0

統計

Cody

0 問題
86 解答

ランク
N/A
of 302,041

評判
N/A

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

回答採用率
0.00%

獲得投票数
0

ランク
 of 21,511

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク
4,262
of 178,376

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

スコア
1,052

バッジ数
3

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

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

平均評価

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

平均いいねの数

  • Introduction to MATLAB Master
  • Community Group Solver
  • Solver

バッジを表示

Feeds

表示方法

解決済み


Simple equation: Annual salary
Given an hourly wage, compute an annual salary

4ヶ月 前

解決済み


Double all elements in the array
Duplicate all elements in the array

4ヶ月 前

解決済み


the average value of the elements
Calculate the average value of the elements in the array

4ヶ月 前

解決済み


Convert radians to degrees
Given input in radians, output to degrees

4ヶ月 前

解決済み


Vector creation
Create a vector using square brackets going from 1 to the given value x in steps on 1. Hint: use increment.

4ヶ月 前

解決済み


Create a vector
Create a vector from 0 to n by intervals of 2.

4ヶ月 前

解決済み


Converts numbers into characters
Converts numbers into characters

4ヶ月 前

解決済み


calculate the length of matrix
input 1 array, calculate the length

4ヶ月 前

解決済み


to the 2 all elements
to the 2 all elements

4ヶ月 前

解決済み


Square root
Given x (a matrix), give back another matrix, where all the elements are the square roots of x's elements.

4ヶ月 前

解決済み


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

4ヶ月 前

解決済み


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

4ヶ月 前

解決済み


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

4ヶ月 前

解決済み


Determine the square root
Determine the square root of the value the user has entered, n.

4ヶ月 前

解決済み


square root
Find the square root (y) of an input (x).

4ヶ月 前

解決済み


divide by 5

4ヶ月 前

解決済み


World Cup 2018 Prediction!
Which team will be the winner?

4ヶ月 前

解決済み


"Find out the best cricket"
This is how I originally read Problem 2013, so let's just go with it. Give me the first and last name of the best cricket, rega...

4ヶ月 前

解決済み


Temperature Conversion 3
Given a temperature in Celcius, convert it to Fahrenheit.

4ヶ月 前

解決済み


Temperature Conversion 1

4ヶ月 前

解決済み


Matlab Basics - Rounding II
Write a script to round a variable x to 3 decimal places: e.g. x = 2.3456 --> y = 2.346

4ヶ月 前

解決済み


MATLAB Basic: rounding IV
Do rounding towards plus infinity. Example: -8.8, answer -8 +8.1 answer 9 +8.50 answer 9

4ヶ月 前

解決済み


MATLAB Basic: rounding III
Do rounding towards minus infinity. Example: -8.8, answer -9 +8.1 answer 8 +8.50 answer 8

4ヶ月 前

解決済み


MATLAB Basic: rounding
Do rounding near to zero Example: -8.8, answer -8 +8.1 answer 8

4ヶ月 前

解決済み


MATLAB Basic: rounding II
Do rounding nearest integer. Example: -8.8, answer -9 +8.1 answer 8 +8.50 answer 9

4ヶ月 前

解決済み


No Fives Permitted
Create a function that gives users an custom error message if the matrix A contains a five. The error message should say "No Fiv...

4ヶ月 前

解決済み


A Fiveless Factorial
Given a positive integer x, compute its factorial y, but exclude any muliplication by five if applicable.

4ヶ月 前

解決済み


Don't Sum a Five
Create a function that sums the first and last element of a muti-element vector unless the value of one of the elements is 5. Do...

4ヶ月 前

解決済み


Don't Include a Five (Part Two)
Given a vector A with at least one non-five, return vector B, with all fives excluded (not replaced by zeros).

4ヶ月 前

解決済み


Don't Include a Five
Given a vector A, return vector B with all 5s replaced with 0s.

4ヶ月 前

さらに読み込む