photo

Minhaj Nur Alam


IUT

自 2013 起处于活动状态

Followers: 0   Following: 0

消息

统计学

All
MATLAB Answers

4 个提问
0 个回答

Cody

12 个问题
72 个答案

排名
28,010
of 299,930

声誉
1

贡献数
4 个提问
0 个回答

回答接受率
25.0%

收到投票数
0

排名
 of 20,845

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名
6,740
of 166,620

贡献数
12 个问题
72 个答案

评分
1,000

徽章数量
7

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Quiz Master
  • Puzzler
  • Speed Demon
  • Creator
  • Commenter
  • Promoter
  • Solver

查看徽章

Feeds

排序方式:

问题


Log of a number
Write a script that will give the log of x as output.

9 years 前 | 0 | 162 个解题者

问题


Vector with a repeated entry
Create a row vector of length n, filled with 5's. For example, if n = 3, output = [4 4 4] Hint: Search for the function...

9 years 前 | 1 | 105 个解题者

问题


If you have matrix A, create matrix B using matrix A as an "element"
A = [1 2 3 4; 5 6 7 8] B = [1 2 3 4 1 2 3 4; 5 6 ...

9 years 前 | 1 | 123 个解题者

问题


Square root of a number
Write a code that will output the square root of x.

9 years 前 | 1 | 439 个解题者

问题


Unit conversion
Convert x degree Celsius to y degree Fahrenheit.

9 years 前 | 3 | 259 个解题者

问题


Annual Salary
What is the annual salary of Mr. Cody if he works 40 hours a week and gets $x per hour and a yearly bonus of $2000? (Let, 50 wee...

9 years 前 | 1 | 162 个解题者

已解决


Area of a circle
Given the radius x, y would be the area of a circle. Pi = 3.1416

9 years 前

问题


Area of a circle
Given the radius x, y would be the area of a circle. Pi = 3.1416

9 years 前 | 4 | 568 个解题者

已解决


Corresponding letter to ASCII code.
Given the letter, the output will show the corresponding ASCII code.

9 years 前

问题


Corresponding letter to ASCII code.
Given the letter, the output will show the corresponding ASCII code.

9 years 前 | 0 | 102 个解题者

已解决


ASCII code of a leter.
Given the letter, the output will show the corresponding ASCII code.

9 years 前

问题


ASCII code of a leter.
Given the letter, the output will show the corresponding ASCII code.

9 years 前 | 0 | 101 个解题者

已解决


ASCII Code
Using matlab, give the symbol that is associated with ASCii code 90.

9 years 前

问题


ASCII Code
Using matlab, give the symbol that is associated with ASCii code 90.

9 years 前 | 2 | 110 个解题者

已解决


Write a code that will follow the equation y = x * (x + x) * x.
If x = 5, y = 5 * (5+5) * 5 = 250

9 years 前

问题


Write a code that will follow the equation y = x * (x + x) * x.
If x = 5, y = 5 * (5+5) * 5 = 250

9 years 前 | 4 | 350 个解题者

已解决


ASCii Code
Using matlab, give the symbol that is associated with ASCii code 122

9 years 前

已解决


UICBioE240 problem 1.1
Remove the middle row from a matrix, assuming # of rows is odd. So if A = [ 1 2 3; 4 5 6; 7 8 9] the...

9 years 前

已解决


UICBioE240 problem 1.5
Find the size of the matrix, then multiply both values by 10 and make it into a column vector. So if A = [ 1 2 3; ...

9 years 前

已解决


UICBioE240 2.1
This will be useful later in the course, in conjunction to clc and clear all, what is the command to close all figure windows th...

9 years 前

已解决


UICBioE240 problem 1.13
Compute the following - y = x^5/(x^-1) and y = (1-(1/x^5))^-1. Have the final answer of y to equal a 1 by 2 vector.

9 years 前

已解决


UICBioE240 problem 1.4
So if A = [ 1 2 3; 4 5 6; 7 8 9] B = [ 3 3]

9 years 前

已解决


Return the largest number that is adjacent to a zero
This example comes from Steve Eddins' blog: <http://blogs.mathworks.com/steve/2009/05/27/learning-lessons-from-a-one-liner/ Lear...

10 years 前

已解决


Bullseye Matrix
Given n (always odd), return output a that has concentric rings of the numbers 1 through (n+1)/2 around the center point. Exampl...

10 years 前

已解决


Return the first and last character of a string
Return the first and last character of a string, concatenated together. If there is only one character in the string, the functi...

10 years 前

已解决


surface of a spherical planet
you just discovered its circumference, that is the input.

10 years 前

已解决


Which values occur exactly three times?
Return a list of all values (sorted smallest to largest) that appear exactly three times in the input vector x. So if x = [1 2...

10 years 前

已解决


Remove the vowels
Remove all the vowels in the given phrase. Example: Input s1 = 'Jack and Jill went up the hill' Output s2 is 'Jck nd Jll wn...

10 years 前

加载更多