Community Profile

photo

Grzegorz Lippe


Bosch Automotive Steering

Last seen: 2 Monate vor Aktiv seit 2013

Followers: 0   Following: 0

Kontakt

Mechanical Engineer, specialiced in gearing. Professional Interests: optimization, photography

Statistiken

All
  • Thankful Level 2
  • First Review
  • Solver

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


How can I create one help document from Contents.m and all its linked classes, properties and methods?
I have written a package with roundabout 10 class files which I have documented quite well. Now I would like to create one sin...

5 Monate vor | 1 Antwort | 1

1

Antwort

Frage


inputParser does not throw error
I want to check, whether an input is a string. Why does it not work? p = inputParser() ; isString = @(x) (isvector(x) | isempt...

etwa 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


What is the correct way to update super class properties?
I have a class which serves as a data class for objects with the same pattern. In my example I will use a class Surface: % Surf...

etwa 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Compare numel of multiple variables
How can I compare the sizes of multiple variables easyly? %% a = [1 2 3 4] ; b = [1 2 3 4] ; c = [1 2 3 4] ; all_numel_...

etwa 2 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


How to create a Legend in UIextras?
Hello, I created some small calculator/plotter, but I would like to add a legend to the plot, which does not work: Here is a w...

fast 5 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


I need help with string formatting
Hello, I need a formatted string and came up with this: colFormatWidth = [ 5 25 10 10 10 10 5 5 5 5 10 ] ...

fast 9 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Create a matrix with same diagonal elements
Hello World, I have a vector x = [x_1 x_2 x_3] and would like to create a Matrix which looks like this: X = [...

mehr als 10 Jahre vor | 2 Antworten | 0

2

Antworten