Lennart Vogt
Followers: 0 Following: 0
Statistics
6 Questions
0 Answers
RANK
124,077
of 295,486
REPUTATION
0
CONTRIBUTIONS
6 Questions
0 Answers
ANSWER ACCEPTANCE
66.67%
VOTES RECEIVED
0
RANK
of 20,236
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,912
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
Convert Simulink model to DLL (with input from spreadsheet)
Hi all, I am trying to create a DLL from a Simulink model that reads in data from an Excel sheet. A minimum example of the mode...
2 years ago | 1 answer | 0
1
answerQuestion
Using assignin with array indexing
Hello everyone, I am facing a problem using MATLABs assignin() function. First of all I have heard that it is not recommended b...
5 years ago | 1 answer | 0
1
answerQuestion
Add text/ annotation to table in figure window
Hi everyone, I am creating a figure with three tables A,B,C like f = figure uitable('Parent',f,'Data',A{:,:},'ColumnName',A.P...
6 years ago | 1 answer | 0
1
answerQuestion
Using cell array of function handles as nonlinear constraints in fmincon
I have a cell array of function handles called Eqn, the unknown variable is called T. I want to use these function handles as my...
6 years ago | 0 answers | 0
0
answersQuestion
Solving a system of function handles with fsolve
I have a problem using fsolve in order to solve a system of equations. a1 to a6 are anonymous functions which are supposed t...
6 years ago | 2 answers | 0
2
answersQuestion
Creating a set of equations programmatically
I am trying to create a set of terms programmatically in order to build up a set of equations later in the code. The equations a...
6 years ago | 2 answers | 0