photo

Julia Fani


Last seen: 1 month 前 自 2026 起处于活动状态

Followers: 0   Following: 0

统计学

Cody

0 个问题
86 个答案

排名
N/A
of 301,716

声誉
N/A

贡献数
0 个提问
0 个回答

回答接受率
0.00%

收到投票数
0

排名
 of 21,398

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名
4,150
of 176,227

贡献数
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

1 month 前

已解决


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

1 month 前

已解决


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

1 month 前

已解决


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

1 month 前

已解决


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

1 month 前

已解决


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

1 month 前

已解决


Converts numbers into characters
Converts numbers into characters

1 month 前

已解决


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

1 month 前

已解决


to the 2 all elements
to the 2 all elements

1 month 前

已解决


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

1 month 前

已解决


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

1 month 前

已解决


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

1 month 前

已解决


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

1 month 前

已解决


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

1 month 前

已解决


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

1 month 前

已解决


divide by 5

1 month 前

已解决


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

1 month 前

已解决


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

1 month 前

已解决


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

1 month 前

已解决


Temperature Conversion 1

1 month 前

已解决


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

1 month 前

已解决


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

1 month 前

已解决


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

1 month 前

已解决


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

1 month 前

已解决


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

1 month 前

已解决


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

1 month 前

已解决


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

1 month 前

已解决


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

1 month 前

已解决


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

1 month 前

已解决


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

1 month 前

加载更多