Community Profile

photo

Florian


LEAR Corporation GmbH

Active since 2012

Followers: 0   Following: 0

Message

Statistics

All
  • Thankful Level 3
  • Solver

View badges

Feeds

View by

Question


how to bring 5 vectors with differing length in line and plot it
Hello community, i want to bring 5 vectors wich all have different lengths in line together, so that each has the same leng...

11 years ago | 2 answers | 0

2

answers

Question


Plot function 'createfigure' - auto generated - has an unknown matrix input
Hello community, i do have a plot function which was auto generated by matlab. I did the work on the graph interactively and...

11 years ago | 0 answers | 0

0

answers

Question


Dividing a sine function with scalar values - why do i get a complex double vector?
Hello all, please have a look on the following code: if true % %% ZUWEISUNG NEUER VARIABLEN Gemessene Daten delta...

11 years ago | 2 answers | 0

2

answers

Question


change axis range but not the graph in 3d plot
Hello all, Please try this GG2 =rand(109,512); figure43 = figure(43); surf(GG2) figure44 = figure(44); x = l...

11 years ago | 1 answer | 0

1

answer

Answered
Difficulties in axes scaling on matrices: 500 values should be 200 Hz - how to handle?
ok as i told you the linspace function works with 2d plots. but i have another problem with a 3d plot: Please try this ...

11 years ago | 0

Answered
Difficulties in axes scaling on matrices: 500 values should be 200 Hz - how to handle?
OK. I try to describe it easier. I need a 2d plot of a matrix. The matrix has the dimensions 100x500. I recorded the data ...

11 years ago | 0

Question


Difficulties in axes scaling on matrices: 500 values should be 200 Hz - how to handle?
Hello community, As described I have difficulties in scaling axes on 3d (or 2d) plots. For example I have a 100x500 matrix...

11 years ago | 3 answers | 0

3

answers

Question


renaming files to easily read it in to matlab problematic
Hello community, i have a lot of files to rename, i want to do this because i want to read it into matlab with a loop and a...

11 years ago | 1 answer | 0

1

answer

Question


plotyy does not what i want...
Hello there, I want to plot 2 graphs with different lengths in one figure. maxidx_smooth2 is a 484x1 vector time_climate_...

12 years ago | 2 answers | 0

2

answers

Question


Find a Maximum in a Matrix
Hello all, I am trying to find a maximum in a 484x1800 matrix. Particularly i´d need the index of the maximum of each row. ...

12 years ago | 2 answers | 0

2

answers

Solved


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

12 years ago