photo

gyul


Last seen: 7 mois il y a Actif depuis 2024

Followers: 0   Following: 0

Programming Languages:
MATLAB
Spoken Languages:
Korean

Statistiques

  • Thankful Level 1

Afficher les badges

Feeds

Afficher par

Question


오류를 해결해서 답을 도출하고싶어요. (결합하려는 배열의 차원이 일치하지 않습니다.)
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...

7 mois il y a | 1 réponse | 0

1

réponse

Question


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

8 mois il y a | 1 réponse | 0

1

réponse