Yvan Lengwiler - MATLAB Central
photo

Yvan Lengwiler


Last seen: 4 månader ago Active since 2007

Followers: 0   Following: 0

Message

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

Statistics

All
CodyFile ExchangeMATLAB AnswersFrom 05/07 to 03/25Use left and right arrows to move selectionFrom 05/07Use left and right arrows to move left selectionTo 03/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

2 Questions
4 Answers

File Exchange

12 Files

Cody

2 Problems
88 Solutions

RANK
6 503
of 297 738

REPUTATION
4

CONTRIBUTIONS
2 Questions
4 Answers

ANSWER ACCEPTANCE
0.0%

VOTES RECEIVED
0

RANK
553 of 20 469

REPUTATION
3 156

AVERAGE RATING
4.70

CONTRIBUTIONS
12 Files

DOWNLOADS
70

ALL TIME DOWNLOADS
25747

RANK
6 970
of 159 472

CONTRIBUTIONS
2 Problems
88 Solutions

SCORE
920

NUMBER OF BADGES
4

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • 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

View badges

Feeds

View by

Answered
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 ...

nästan 4 år ago | 0

Answered
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...

ungefär 4 år ago | 0

Answered
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, ...

ungefär 4 år ago | 0

| accepted

Question


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...

mer än 5 år ago | 0 answers | 0

0

answers

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

mer än 8 år ago | 0

Question


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...

ungefär 10 år ago | 1 answer | 0

1

answer