photo

oliver


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

Followers: 0   Following: 0

통계학

  • First Review
  • First Answer
  • Revival Level 1
  • Thankful Level 1

배지 보기

Feeds

보기 기준

답변 있음
Extract email addresses from text
I think the above examples will miss quite a lot of emails, like all those containing a capital letter or things like: Peter.O'T...

5년 초과 전 | 0

질문


Transparency in Matlab R2016b
I am on R2016b and cannot create PNGs with transparent background. I * have set figure background color to "transparent" in c...

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

1

답변

답변 있음
Reading and processing multiple rows from Excel
You do a simple loop like so: for i=1:n %n should contain the number of lines you want to run through ln=num2str(i); %...

거의 6년 전 | 0

질문


How can I write an unformated string to file, i.e., without interpreting % and any other special characters
I am trying to write strings (after some manipulation) from 1 file to another (line by line). These strings may contain things l...

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

1

답변

답변 있음
Matlab subplot command not displaying all subplots
I found the answer myself. Instead of subplot(5,6,i,'position',[cl*bd+(cl-1)*ww (6-ln)*bd+(5-ln)*hh ww hh]) the subplot...

7년 초과 전 | 1

질문


Matlab subplot command not displaying all subplots
I am trying to create a custom layout for 30 subplots. Since Matlab's standard settings go a bit overkill on the padding between...

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

1

답변