photo

Remston Martis


自 2018 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

13 个提问
1 个回答

排名
27,303
of 300,851

声誉
1

贡献数
13 个提问
1 个回答

回答接受率
84.62%

收到投票数
1

排名
 of 21,094

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 171,294

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 3

查看徽章

Feeds

排序方式:

提问


Roots of the equation
I am trying to find the roots of the equation (see attached for reference) at user input value of 'T' I have written the cod...

7 years 前 | 0 个回答 | 0

0

个回答

提问


roots of the equation
I have the code below which solves for the roots of the polynomial (its a 3rd degree polynomial, specified in the 'inline' funct...

7 years 前 | 2 个回答 | 0

2

个回答

提问


plotting roots of a polynomial
Can someone help me with how to plot the below code. I want to plot 'x' for several different inputs of 'Ta' My solution 'a' i...

7 years 前 | 1 个回答 | 0

1

个回答

提问


finding the roots of a cubic equation
I need to find the roots of the equation in the attached photo. (bottom boxed equation. solving for 'V') % syms v ...

7 years 前 | 1 个回答 | 0

1

个回答

提问


Solve 4 equations with 3 unknowns
Hi, I have the 4 equations mentioned below. I Ca,Cb,Cc are unknown. For a user input of Cd, I want to solve of the rest. *The...

7 years 前 | 1 个回答 | 0

1

个回答

提问


IF condition for infinity values
For the code below, sometimes the values of 'steadystate' == Infinity or NaN. How do I check this condition and display an error...

7 years 前 | 1 个回答 | 0

1

个回答

提问


Store whileloop vector values in a matrix
I want to store output 'steadystate' (a column vector) as a matrix as steadystate(1), steadystate(2),steadystate(3), steadystate...

7 years 前 | 1 个回答 | 0

1

个回答

提问


ODE45 for a second order differential equation
I have a second order differential equation : y''=(2*y)+(8*x)*(9-x); Boundary Conditions y(0)=0 , y(9)=0 Need to solve the diff...

7 years 前 | 3 个回答 | 1

3

个回答

提问


How to plot values of a matrix?
I have attached my code below. I want to plot the values of 'steadystate' during the while loop as 4 different lines on the same...

7 years 前 | 1 个回答 | 0

1

个回答

提问


Lables for Matrix columns
I have a 4x4 matrix Matrix: data_2 = [steps; x; y; z_alt]' How to I label and display each of the columns as "steps ...

7 years 前 | 1 个回答 | 0

1

个回答

已回答
How to plug values into a symbolic matrix?
Have managed to figure out the solution. For other interested in the answer to this Code: Bigmatrix=subs(bigmatrix)

7 years 前 | 0

| 已接受

提问


How to plug values into a symbolic matrix?
I have developed a code pasted below : : syms concoutA concoutB concoutC concoutD fA fB fC fD syms flowinA flowi...

7 years 前 | 1 个回答 | 0

1

个回答

提问


how to solve a second order differential equation using Euler's method?
How to solve a second order differential equation (boundary value problem) using Euler's Method without using inbuilt matlab fun...

7 years 前 | 2 个回答 | 0

2

个回答

提问


Finding the partial derivatives of a vector containing polynomials
I have a vector that is 4x1size and contains 4 polynomials with 4 variables each (w,x,y,z). I want to find the partial derivat...

7 years 前 | 1 个回答 | 0

1

个回答