Christopher Schoß
Followers: 0 Following: 0
Statistics
7 Questions
0 Answers
RANK
205,039
of 295,673
REPUTATION
0
CONTRIBUTIONS
7 Questions
0 Answers
ANSWER ACCEPTANCE
57.14%
VOTES RECEIVED
0
RANK
of 20,262
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154,257
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
Find row with unequal distance
Hey, i have a array(vector) like this: A=[2,4,7,9,12,14] Between 4 and 7, and also between 9 and 12 are bigger distances (=3)...
2 years ago | 1 answer | 0
1
answerQuestion
Strings from Loop to array
Hey, I have the following loop: for i=1:Parameter1 for j=1:Parameter2 Name=['Name_' int2str(i) '_' int2str(j)]; ...
2 years ago | 1 answer | 0
1
answerQuestion
Number of rows for given y
Hey, i have loaded a .mat file in my workspace which contains 9x2 double. First column represents x-values and second column ...
2 years ago | 1 answer | 0
1
answerQuestion
Add phrase to string if condition is true
Hey! I have a probleming coding a string, here is my current code: int i = 4; String[] testString = new String[i]; for (int ...
2 years ago | 1 answer | 0
1
answerQuestion
x-y-Coordinates given in *.mat-file - Find max and min. values and assign parametername
Hello!! I have given a positions.mat file with two columns for x- and y-Coordinates of points in a plane. In my *.m-file I wan...
2 years ago | 1 answer | 0
1
answerQuestion
Creating Output.m file from Work.m file - unexpected output
Hey, I just want to create an Output in form of an m-file from an existing file Work.m. Unfortunatly I get some unexpected res...
2 years ago | 1 answer | 0
1
answerQuestion
Creating string lines with Matlab Code
Hello, i want to create the following lines with my Matlab Code: model.component('comp1').coordSystem.create('sys1', 'Cylindri...
2 years ago | 1 answer | 0