photo

Sam G.


2011년부터 활동

Followers: 0   Following: 0

메시지

통계학

  • Thankful Level 1
  • Knowledgeable Level 1
  • First Answer

배지 보기

Feeds

보기 기준

질문


How do I read commas as decimal points when reading a text file?
I have a file that I'm trying to read with numerical values that use commas as decimal points. For example... 0 21,875000 ...

13년 초과 전 | 답변 수: 1 | 0

1

답변

답변 있음
Storing user input as a vector
You need a separate variable to indicate the array index you want to store the number in. In your example, the user enters '2' t...

13년 초과 전 | 1

답변 있음
2D quadrature for an array valued function
Well, if anyone is interested in this... After some more looking around, I found an example of some code that I could adapt to ...

13년 초과 전 | 1

| 수락됨

질문


How do I go to a previous line when reading a text file?
Below is the section of interest from a text file I'm trying to read. . . . 3 0.68500 35.11850 -...

거의 14년 전 | 답변 수: 1 | 2

1

답변

답변 있음
Multiple Equations
If you want to enter the variables in the command window, you can use the |input| command. For example, to prompt the user for t...

거의 14년 전 | 2

| 수락됨

답변 있음
Color from contourf and colorbar doesn't match
Well, this may not be a very satisfying solution but if you change nn=0.6 to nn=0.60000001 the colorbar will the...

거의 14년 전 | 0

답변 있음
Deleting rows from a uitable
You could use the |UserData| property to store the row and column of the selected cell, then access it whenever you need it with...

거의 14년 전 | 1

질문


2D quadrature for an array valued function
I need to perform integration of an array valued function over a rectangular domain. I have found |dblquad| and |quad2|, which w...

거의 14년 전 | 답변 수: 1 | 0

1

답변