photo

Yvan Lengwiler


Last seen: 3개월 전 2007년부터 활동

Followers: 0   Following: 0

메시지

Professional Interests: finance, asset pricing, auction theory, differential equations

통계

All
  • MATLAB Central Treasure Hunt Finisher
  • Knowledgeable Level 1
  • First Answer
  • Quiz Master
  • Creator
  • GitHub Submissions Level 1
  • Personal Best Downloads Level 3
  • Editor's Pick
  • First Review
  • 5-Star Galaxy Level 5
  • First Submission
  • Commenter

배지 보기

Feeds

보기 기준

답변 있음
Turn logical matrix into string vector
(I wrote my answer as a comment above. Sorry. Here it is as a formal answer.) Of course, even if a solution does not appear to ...

거의 4년 전 | 0

답변 있음
how to reset drop down list(go to first option) when pushing any other button in App designer
Your ItemsData are strings app.ElementLisDropDown.ItemsData = {'1', '2', '3', '4', '5'}; but the value you assign is an intege...

대략 4년 전 | 0

답변 있음
For loop: access values in between steps
for i = 1:3:100 %do something with rows 1, 4, 7, 10, ... end for i = 2:3:100 %do something with rows 2, 5, 9, 11, ...

대략 4년 전 | 0

| 수락됨

질문


Read VBA Module in Excel via ActiveX
I run ML 2019a. I know how to connect with the Excel COM server. I know how to read and write material from and into an Excel sp...

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

0

답변

답변 있음
how to add a separator line in popup uicontrol?
Here's a solution to this problem. function MyGUI hline = '--------------------------------'; % string for a h...

8년 초과 전 | 0

질문


copy a dynamicprops object by value
I've created a class that is a subclass of dynamicprops, classdef myclass < dynamicprops When I create an instance of t...

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

1

답변