
Grzegorz Lippe
ZF Lenksysteme
Mechanical Engineer, specialiced in gearing. Professional Interests: optimization, photography
Statistiche
RANK
263.969
of 281.831
REPUTAZIONE
0
CONTRIBUTI
6 Domande
0 Risposte
ACCETTAZIONE DELLE RISPOSTE
50.0%
VOTI RICEVUTI
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Content Feed
Domanda
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...
oltre un anno fa | 1 risposta | 0
1
rispostaDomanda
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...
oltre un anno fa | 1 risposta | 0
1
rispostaDomanda
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_...
oltre un anno fa | 2 risposte | 0
2
risposteDomanda
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...
oltre 4 anni fa | 0 risposte | 0
0
risposteDomanda
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 ] ...
circa 8 anni fa | 1 risposta | 0
1
rispostaDomanda
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 = [...
quasi 10 anni fa | 2 risposte | 0
2
risposteRisolto
Remove any row in which a NaN appears
Given the matrix A, return B in which all the rows that have one or more <http://www.mathworks.com/help/techdoc/ref/nan.html NaN...
oltre 10 anni fa
Risolto
Make a checkerboard matrix
Given an integer n, make an n-by-n matrix made up of alternating ones and zeros as shown below. The a(1,1) should be 1. Example...
oltre 10 anni fa
Risolto
Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...
oltre 10 anni fa
Risolto
Determine if input is odd
Given the input n, return true if n is odd or false if n is even.
oltre 10 anni fa
Risolto
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:...
oltre 10 anni fa