photo

gyul


Last seen: 3 months 前 自 2024 起处于活动状态

Followers: 0   Following: 0

Programming Languages:
MATLAB
Spoken Languages:
Korean

统计学

  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


오류를 해결해서 답을 도출하고싶어요. (결합하려는 배열의 차원이 일치하지 않습니다.)
A=[2 3 4; 3 5 6; 1 3 2]; b=[7; 5; 9]; AM=[A, b]; n=size(AM); nr=n(1); nc=n(2); b=AM(:,nc); itr=1; max_itr=30; tolerance=0...

3 months 前 | 1 个回答 | 0

1

个回答

提问


'입력 인수가 부족합니다' 이 오류를 해결하고 싶어요.
syms ('x') xo=2000; tolerance=0.03; Re=1.0; fid=fopen('solution1.txt', 'w'); ...

3 months 前 | 1 个回答 | 0

1

个回答