Community Profile

photo

tim123


2019년부터 활동

Followers: 0   Following: 0

통계

  • Thankful Level 2
  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


how to get 2 outputs of my function?
function [L,R]= LR(A) R=A; L=eye(size(A,1)); n=size(A,1); for j=1:n-1 for i=(j+1):n L(i,j)=R(i,j)/R(j,j); ...

대략 5년 전 | 답변 수: 1 | 0

1

답변

질문


error for an usual integration code
Hi, I actually do not understand what I have done wrong, but the code just gives out an error all the time. function s=integra...

대략 5년 전 | 답변 수: 1 | 0

1

답변