Community Profile

photo

MG


Last seen: 대략 2년 전 2021년부터 활동

Followers: 0   Following: 0

통계

  • Knowledgeable Level 1
  • First Answer

배지 보기

Feeds

보기 기준

답변 있음
How to convert the for loop to a while loop?
Hi Avinash, I modified your code into something I believe is what you might want: A = [7 3 2 1; 2 9 4 5; 1 3 13 4; 4 5 8 14 ];...

대략 3년 전 | 0

| 수락됨

답변 있음
Delete specific columns of a table
Hi, I'm not sure I understood your question corectly, but here is an example with a matrix with 30 columns and 5 rows with ran...

대략 3년 전 | 2

| 수락됨

답변 있음
ODE45 function for 3 Variables
Hi Robsn, your StateSpaceForm function doesn't seem to exactly match the ODE in your problem. I believe it should read as follo...

대략 3년 전 | 0

답변 있음
draw line in a picture
Would this work for you: hold on ax=axis; x = ax(1:2); y = ax([3 4]); %might want to change cordinates (check with 'axis o...

대략 3년 전 | 1

질문


Is there a way to adaptively sample 2-D surfaces ?
Hi, I have 2D-surface functions z(x,y) that I want to sample efficiently. Does matlab include any such addaptive mesh-refinemen...

대략 3년 전 | 답변 수: 2 | 0

2

답변