photo

Christoph


Siemens AG

Active since 2012

Followers: 0   Following: 0

Message

Statistics

MATLAB Answers

4 Questions
11 Answers

RANK
5.282
of 297.457

REPUTATION
9

CONTRIBUTIONS
4 Questions
11 Answers

ANSWER ACCEPTANCE
100.0%

VOTES RECEIVED
3

RANK
 of 20.438

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 158.938

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

  • First Review
  • Thankful Level 1
  • Knowledgeable Level 1
  • First Answer

View badges

Feeds

View by

Answered
S-Function: Inital Value as Output
Thanks for your support Kaustubha, I initailized my DWorkVector the right way in the mdlInitializeConditions function. I only...

bijna 12 jaar ago | 0

Question


S-Function: Inital Value as Output
Hi at all, I got a littel problem while using S-Function, written in C. At the beginning of the simualtion I compute some in...

bijna 12 jaar ago | 2 answers | 0

2

answers

Question


Difference between ssGetInputPortRealSignal and ssGetInputPortRealSignalPtrs
Hi there, I coded a S-Function which works pretty good. This function has several inputports with one dimension and several m...

ongeveer 12 jaar ago | 1 answer | 0

1

answer

Question


Store a Vector as csv-File in a Mex File
Hi guys, I have a small Problem with storing a Vector as CSV-File using a mex function. I my goal is an nice and tidy impleme...

meer dan 12 jaar ago | 1 answer | 0

1

answer

Answered
GUI - axis properties
what about the property 'title'? If this is still not okay the next way is placing the string as a text in the axes which would ...

meer dan 12 jaar ago | 0

Answered
Copy with Matlab
Well, I'm not used to reading .txt files in Matlab, but there is a way I guess. I would read the entire file as one string a...

meer dan 12 jaar ago | 0

Answered
Editing a string
Hi Shounak, what kind of cell are you talking about. And where do you want to print it? In my opinion the string itselfs sh...

meer dan 12 jaar ago | 0

Answered
Warning: Input arguments must be scalar.
hi namrata, you should check if m1 is a scalar. It seems m1 is a vector or someting else. reagrds, CN

meer dan 12 jaar ago | 0

Answered
move element in array
Hi, your problem sounds wired. For what reason do you want to switch the postion of only two elements in an array? Never...

meer dan 12 jaar ago | 1

Answered
Gui crashes while running
hi Mike, maybe you run out of memory? regards, CN

bijna 13 jaar ago | 0

Answered
matrix indexing and creating a new matrix with new size
Hi Sobhan, as Wayne said, an example might be helpful. Nevertheless you might use: X_new(:,end+1) = [X_old(:,i); zeros(s...

bijna 13 jaar ago | 0

Answered
Problem with Simulink on Linux
well, I'm not used to this problem but as far as I know matlab and a false java-version causes a different number of errors. Thi...

bijna 13 jaar ago | 1

Answered
State space equation
Hi rami, you have an ODE with states X over T. You can solve them explicit with the Lambda-e-Approach (just recollecting) or ...

bijna 13 jaar ago | 0

Answered
what does this mean? say for a matrix W, W(:,:,1)
hi rabeye, it's possible to store more than one matrix in a variable. The last element just indicates the level of the desire...

bijna 13 jaar ago | 0

| accepted

Question


connect two uicontrol object with a line
Hi, I'm trying to get a nice and tidy GUI with a veriable number of uicontrol objects. To get a clean and clear layout I want...

bijna 13 jaar ago | 4 answers | 1

4

answers