photo

Ls


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

Followers: 0   Following: 0

统计学

MATLAB Answers

17 个提问
0 个回答

排名
245,141
of 300,765

声誉
0

贡献数
17 个提问
0 个回答

回答接受率
29.41%

收到投票数
0

排名
 of 21,084

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 170,941

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 3

查看徽章

Feeds

排序方式:

提问


how to do calculation of integration
I have x1=1 value y1=1 value x2= 50 different values y2=50 different values fx=2.5 and fy=3.6 How do I calculate =integra...

4 years 前 | 0 个回答 | 0

0

个回答

提问


how do I do Integration
when f(x)=2,x1=0.1 and x2=0.5. How do i do integration of f(x) from x1 to x2

4 years 前 | 1 个回答 | 0

1

个回答

提问


how do i find numerical schemes
How do I calculate forward ,backward and central differences of 50 datas using spdiags command?

4 years 前 | 0 个回答 | 0

0

个回答

提问


how do i find Y* value
Finds value of y* for which the exponential function defined in the coordinate system has a maximum r-squared value. what is the...

4 years 前 | 1 个回答 | 0

1

个回答

提问


finding the max number?
x=[1 3 5 7] y=x^2+5 y=[6 14 30 54] max(y) how do i find x value corresponding to max(y)?

4 years 前 | 1 个回答 | 0

1

个回答

提问


How to store array?
I have for x=0:0.1:3 A=[5*x 0;2*x^2 1] B=[0;2.55] Y=A\B end how do I store the value of Y in matlab

4 years 前 | 1 个回答 | 0

1

个回答

提问


how to store array
I have for x=1:5 A=[5*x 0;2*x^2 1] B=[0;2.55] Y=A\B end How can I store 5 different matrices of 2X1 in excel

4 years 前 | 1 个回答 | 0

1

个回答

提问


About 3 significant digit?
How do i present the output in 3 significant digit?

4 years 前 | 1 个回答 | 0

1

个回答

提问


how to create ascii file using loop
I have four generated file under headings X,Y,Z and T how do I create ascii file using LOOP

4 years 前 | 0 个回答 | 0

0

个回答

提问


how can i solve it
i=1:100; vx_1(i)=(X1(i)-X1((i)-1))/(t(i)-t((i)-1)); % In general vx_1(1)= (X1(1)-X1(N-1))/(t(N)-t(N-1)); ...

4 years 前 | 1 个回答 | 0

1

个回答

提问


how do you solve
when x=1, y=x.^2+3 /(x+1) and when x=2:100, y=x.^2-3 /(x+1) how do you solve this in matlab using vectorization method

4 years 前 | 2 个回答 | 0

2

个回答

提问


how to solve equation
when x=1 y=x.^2+3 /(x-1) and when x=2:100, y=x.^3+55 how do you solve this in matlab using vectorization method

4 years 前 | 2 个回答 | 0

2

个回答

提问


how do you do matrix calculation
I have vector A, C and Matrix b as; A=[x1,x2,x3] C=[2,3,4] and b is a unit sq matrix of 3x3. How do you write this in matlab ...

4 years 前 | 1 个回答 | 0

1

个回答

1

个回答

提问


Write Without using loop
calculation of equations without using loop

4 years 前 | 1 个回答 | 0

1

个回答

提问


plotting the trajectories of three particles in same graph
I have three particles with x and y values of each particle, I neet to plot all three trajectories in same graph. How can I do i...

4 years 前 | 1 个回答 | 0

1

个回答

提问


How can i plot trajectories particle one having its value px and Py values against time
Px. Is particle p on xcoordonate and Py is y coordinate. How can i plot it against time t

4 years 前 | 1 个回答 | 0

1

个回答