photo

Lavorizia Vaughn


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

Followers: 0   Following: 0

统计学

MATLAB Answers

14 个提问
0 个回答

排名
104,992
of 299,837

声誉
0

贡献数
14 个提问
0 个回答

回答接受率
71.43%

收到投票数
0

排名
 of 20,816

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 166,201

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 3
  • Explorer

查看徽章

Feeds

排序方式:

提问


Help with badly working loop
Hi, hello everyone, I've been working on a method that implements the Backwartd Euler method with the Newton method, amd I have ...

4 years 前 | 0 个回答 | 0

0

个回答

提问


Open to feedback of working code (please review)
Hey whats up folks, I was you could give my code a look .I have implements both the backward Euler method and Newtons method wit...

4 years 前 | 1 个回答 | 0

1

个回答

提问


Open to feedback for my code
hello, everyone, the code you see below is for a specific plot. my assignment has the following question: Run Case 1 iwith the ...

4 years 前 | 2 个回答 | 0

2

个回答

提问


Help with knowing what kind of vector im using
could someone tell me what th2s=[th2s,y(2)] means? th1=1; th2=1; w1=0; w2=0; hs(1)=[0.05]; hs(2)=[0.05/2]; hs(3)=[0.05/...

4 years 前 | 1 个回答 | 0

1

个回答

提问


Help with a loop that computes at each step
hi im doing an assignmenr where i have 5 different stepsizes that compose a row vector hs. i have 100/hs steps for which id like...

4 years 前 | 1 个回答 | 0

1

个回答

提问


Help with proper indexing for a programming assignment
hi i have the code below. for the line that reads "y = y + (k1 + 2*k2 + 2*k3 + k4) / 6;' I would like to make it "y(i+1) = y(i) ...

4 years 前 | 1 个回答 | 0

1

个回答

提问


Help with error running a function
i have the code for #3 of the attached document. For some reason i am getting a warning about the variable p changing size. Im a...

4 years 前 | 0 个回答 | 0

0

个回答

提问


Help with a vector
Hello. I have come up with the following code: function p = findmanyzeros(f, a, b, n, tol) x = a + (b-a)*(0:n)/n; fx = f(x)...

4 years 前 | 1 个回答 | 0

1

个回答

提问


Creating a Function That Finds Zeros
Hello, I am trying to make a function of the form function p = findmanyzeros(f, a, b, n, tol) Which finds zeros in the inter...

4 years 前 | 0 个回答 | 0

0

个回答

提问


Help with Matlab function
hello, i have to implement a MATLAB function findmanyzeros of the form function p = findmanyzeros(f, a, b, n, which finds zeros...

4 years 前 | 1 个回答 | 0

1

个回答

提问


Coding a function to find zeros using a variant of the bisection/secant method
Hello, I have a programming assignment where I have to implement a matlab function that is a variant of the bisection and secant...

4 years 前 | 1 个回答 | 0

1

个回答

提问


Help with a vector
Hello. My prof gave this code in class but I dont really understand how X(2:1:-1, 3:-1:1) produced ans2 = [6, 5, 4; 3, 2, 1]. ...

4 years 前 | 1 个回答 | 0

1

个回答

提问


How to compute a vector
Hello. My prof gave this code in class but I dont really understand how X(2:1:-1, 3:-1:1) produced ans2 = [6, 5, 4; 3, 2, 1]. Hi...

4 years 前 | 1 个回答 | 0

1

个回答

提问


Creating a mxn matrix that is all zeros except for the middle row and middle column which are 1s
Hi, Given an 7x5 matrix, i am to return a mxn matrix M that is all zeros except for the middle row and middle column, which sho...

4 years 前 | 4 个回答 | 0

4

个回答