Grzegorz Lippe
Bosch Automotive Steering
Followers: 0 Following: 0
Mechanical Engineer, specialiced in gearing. Professional Interests: optimization, photography
Estadística
7 Preguntas
0 Respuestas
0 Problemas
6 Soluciones
CLASIFICACIÓN
266.375
of 295.448
REPUTACIÓN
0
CONTRIBUCIONES
7 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
42.86%
VOTOS RECIBIDOS
1
CLASIFICACIÓN
of 20.227
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
46.314
of 153.872
CONTRIBUCIONES
0 Problemas
6 Soluciones
PUNTUACIÓN
70
NÚMERO DE INSIGNIAS
1
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
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...
12 meses hace | 1 respuesta | 1
1
respuestaPregunta
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...
más de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
más de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
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_...
más de 2 años hace | 2 respuestas | 0
2
respuestasPregunta
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...
más de 5 años hace | 0 respuestas | 0
0
respuestasPregunta
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 ] ...
más de 9 años hace | 1 respuesta | 0
1
respuestaPregunta
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 = [...
casi 11 años hace | 2 respuestas | 0
2
respuestasResuelto
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...
casi 12 años hace
Resuelto
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...
casi 12 años hace
Resuelto
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...
casi 12 años hace
Resuelto
Determine if input is odd
Given the input n, return true if n is odd or false if n is even.
casi 12 años hace
Resuelto
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:...
casi 12 años hace