photo

Elias Beaini


Last seen: 5 years 前 自 2018 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

6 个提问
0 个回答

排名
218,218
of 300,124

声誉
0

贡献数
6 个提问
0 个回答

回答接受率
0.0%

收到投票数
0

排名
 of 20,879

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 167,452

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

Feeds

排序方式:

提问


How do I make a vector where the entries are months and years?
So I have this data set that needs me to plot the months of the year on the x axis for the years 2006 to 2012. What I mean by th...

6 years 前 | 2 个回答 | 0

2

个回答

提问


How do I sort entire columns of an array by a specific row?
I have this code that finds the distance of points in space, defined by an array, from the origin and adds that distance to an e...

7 years 前 | 2 个回答 | 0

2

个回答

提问


I have a textbook that provides me with code and I'm using the code that they have in the textbook, verbatim, on my Mac and it refuses to work.
function X = NewtonRoot(Fun, FunDer, Xest, Err, imax) for i = 1:imax Xi = Xest - Fun(Xest)/FunDer(Xest); ...

7 years 前 | 2 个回答 | 0

2

个回答

提问


How do I add a loops output to an existing array as a new row?
I have to write a for loop that loops through the columns of an array A and finds the distance of each column from the origin (w...

7 years 前 | 0 个回答 | 0

0

个回答

提问


How do I write a for loop that stacks the columns of a matrix vertically into a single column array?
I have a 3x4 matrix and I need to stack the columns in order into a vertical stack.

7 years 前 | 1 个回答 | 0

1

个回答

提问


Write a script that uses a for loop to calculate the product of the negative numbers between -1 and -53, in increments of -4 (−1, −5, · · · , −53).
I know how to create the number sequence its just a=(-53:4:-1) but I can't figure out how to multiply all of them together.

7 years 前 | 1 个回答 | 0

1

个回答