converting octave to matlab

조회 수: 66 (최근 30일)
Shahrin Islam
Shahrin Islam 2018년 10월 20일
답변: Nurullah sany 2021년 9월 17일
Hello everyone. I want to know how can I convert a code written in octave to matlab. Please help me. Thanks in advance.

답변 (2개)

madhan ravi
madhan ravi 2018년 10월 20일
  댓글 수: 2
Shahrin Islam
Shahrin Islam 2018년 10월 20일
Thank you so much. But I am not able to extract it. Is there any other way?
Mohd  Sufian
Mohd Sufian 2021년 8월 1일
You can easily extract it by using 7zip or WINRAR on windows
for 7zip you have to extract it 2 time

댓글을 달려면 로그인하십시오.


Nurullah sany
Nurullah sany 2021년 9월 17일
A=[1 1 1; 2 1 3; 3 4 -2]; B=[4;7;9]; n=length(B); Aug= [A B] for i=1:n Aug(i,:)=Aug(i,:)./Aug(i,i); for j=1:n if j~=i key1=Aug(j,i)./Aug(i,i); Aug(j,:)=Aug(j,:)-key1.*Aug(i,:); end end end fprintf('Solution of the given system \n'); disp(Aug(:,end)

카테고리

Help CenterFile Exchange에서 Octave에 대해 자세히 알아보기

태그

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by