photo

ginaha


Last seen: bijna 3 jaar ago Active since 2022

Followers: 0   Following: 0

Statistics

MATLAB Answers

3 Questions
0 Answers

RANK
222.523
of 300.343

REPUTATION
0

CONTRIBUTIONS
3 Questions
0 Answers

ANSWER ACCEPTANCE
33.33%

VOTES RECEIVED
0

RANK
 of 20.926

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168.172

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Thankful Level 1

View badges

Feeds

View by

Question


求解一个方程组 求知道。
clear clc ax=[6.4869 0]; ay=[0 -90.04]; az=[0 -128.39]; I1=ax+ay+az; J=((ax-ay).^2+(ax-az).^2+(ay-az).^2)/6; Lamda=1./sqr...

bijna 3 jaar ago | 1 answer | 0

1

answer

Question


求用matlab解一个联立方程式!。
0.92x+0.067y+0.067(1-x-y)=x 0.04x+0.833y+0.022(1-x-y)=y 0.04x+0.1y+0.911(1-x-y)=1-x-y 求步骤详细!

bijna 3 jaar ago | 0 answers | 0

0

answers

Question


六重for循环如何优化? 。
for ix=1:N+1 x=-1000+(ix-1)*2000/N; for iy=1:N+1 y=-1000+(iy-1)*2000/N; Lx(ix,iy)=x; Ly(ix,...

bijna 3 jaar ago | 1 answer | 0

1

answer