photo

Abraham Robledo


Last seen: 4 years 前 自 2019 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

8 个提问
0 个回答

排名
82,180
of 300,857

声誉
0

贡献数
8 个提问
0 个回答

回答接受率
50.0%

收到投票数
0

排名
 of 21,097

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 171,361

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 2
  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


Finding roots of a hyperbolic function
I have a problem that states when L=4.2m, the function 1+cosh(B*L)cos(B*L)=0 should return 2 positive roots? I have attempted th...

7 years 前 | 1 个回答 | 0

1

个回答

提问


summation of sinx using summation
I'm trying to find the value of ???(?) if ? = ? /2 using the following equation. Including 10, 20, 30, and 100 terms in the summ...

7 years 前 | 1 个回答 | 0

1

个回答

提问


Using a While Loop to find Prime Values
How can I crate a program that display rather tha verifies umbers that are prime? I tried x=23; y=2; while rem(x,y)~=0 y=y+...

7 years 前 | 0 个回答 | 0

0

个回答

提问


Sum of a Vector using a for loop
How can I find the sum of vector x=[3 5 12 42 67], using a simple for loop?

7 years 前 | 1 个回答 | 0

1

个回答

提问


Set Prime vales equal to zero
Given matrix x=[10 12 36 78 92;11 14 57 74 91;40 38 29 72 81;34 27 39 48 62;10 14 18 82 73] , how can I create a new matrix "...

7 years 前 | 1 个回答 | 0

1

个回答

提问


Use a Matlab function to generate a 5x5 matrix containing random numbers between 1 and 30.
which Matlab function can i use to generate a 5x5 matrix containing random numbers between 1 and 30. ? example please.

7 years 前 | 2 个回答 | 0

2

个回答

提问


Construct a matrix, s6, by subtracting 6 from every 5 elements of s starting from 20th element.
if i have matrix s=[0:100], how can I Construct a matrix, s6, by subtracting 6 from every 5 elements of s starting from 20th el...

7 years 前 | 1 个回答 | 0

1

个回答

提问


Multiplying Certain Elements in an array- Construct a matrix, s3, by multiplying the first 10 elements of s by 3
If i have a matrix s=[0:100]; how can i Construct a matrix, s3, by multiplying the first 10 elements of s by 3 ?????

7 years 前 | 1 个回答 | 0

1

个回答