leonidas86
Followers: 0 Following: 0
Estadística
23 Preguntas
3 Respuestas
CLASIFICACIÓN
3.742
of 295.673
REPUTACIÓN
14
CONTRIBUCIONES
23 Preguntas
3 Respuestas
ACEPTACIÓN DE RESPUESTAS
43.48%
VOTOS RECIBIDOS
7
CLASIFICACIÓN
of 20.262
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 154.257
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
How to evaluate two vehicle paths?
Hello, I have two sets of xy-data which represent two vehicle trajectories. I want to evaluate how similar both paths are to ea...
más de 2 años hace | 0 respuestas | 0
0
respuestasPregunta
Use exhaustive searcher in simulink model
Hello, I would like to use the ExhaustiveSearcher() function in simulink by using a matlab function block. The target is to det...
alrededor de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
Reference Model and Algebraic loops
Hello, I've a main model including several reference models. If I try to run the simulation I get the error 'Algebraic loops ar...
alrededor de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
How is it possible to map input data to a vector from a spreadsheet?
Hello, I have multiple inputs in my simulink diagram with a dimension of 6. Now I tried to map input data from an excel spreads...
más de 4 años hace | 0 respuestas | 0
0
respuestasPregunta
3 DOF Vehicle Body with values deviating from Mathworks reference model
Hello, I have built the Mathworks Model 3 DOF Vehicle model (Dual Track) and used the formulas given on the documentation pag...
más de 4 años hace | 0 respuestas | 0
0
respuestasPregunta
Save logsout variable to file after executing test cases with test manager
Hello, I'm using the Simulink Test Manager GUI for creating and executing multiple test cases. After executing I want to do som...
más de 4 años hace | 0 respuestas | 0
0
respuestasPregunta
Solve variable equation system in Simulink
Hello, I have the following equation system: Y = X1/3*A+X1/3*B+X1/3*C + X2/3*D+X2/3*E+X2/3*F X1+X2=X X,Y,A,B,C,D,E,F are k...
más de 4 años hace | 0 respuestas | 0
0
respuestasPregunta
Plot surface data which satisfies x/y condition
Hello, I have a function g(x,y). I want to plot the surf data only for areas where condition x + y = 5 is satisfied. How can I ...
más de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
Multi-axle vehicle dynamics simulation
Hello Community, on the basis of a project work in university I have to design a vehicle model with three / four axles and a...
alrededor de 5 años hace | 1 respuesta | 0
1
respuestaPregunta
Set some legends of a line plot to invisible
Hello, I'm plotting multiple lines with the command: line([Min Min], [minY-20 maxY+20],....); The variables used in l...
más de 6 años hace | 1 respuesta | 0
1
respuestaPregunta
Bivariate histogram without hist3
Hello, as illustrated in the image below I'm trying to create an bivariate histogram plot. But I can't use the hist3 function (...
más de 6 años hace | 1 respuesta | 0
1
respuestaPregunta
Two y axis without using plotyy
Hello, below you can see the structure of my plot. At the moment Im using the same y axis for every plot but I want to use two ...
más de 6 años hace | 1 respuesta | 0
1
respuestaPregunta
Plot concentration range respectively density from 2D array
Hello, I have an array with two columns with measurement data. Now I want to show the concentration range of my measurement. ...
más de 6 años hace | 1 respuesta | 0
1
respuestaPregunta
Execute a code section with a button
Hello, I have multiple code sections in my m-file separated with the double %% sign. Each code section outputs a plot. Now ...
más de 6 años hace | 0 respuestas | 0
0
respuestasPregunta
Calculate standard deviation for different groups
I want to plot a Measurement with a bar figure. Therefore I want to create different groups and calculate the standard deviation...
más de 6 años hace | 2 respuestas | 0
2
respuestasPregunta
Adjust bar width according to the x values
Hello, I have a probem with my bar plot. I group my data with the histc function (groups not evenly spread) and calculate the x...
más de 6 años hace | 1 respuesta | 0
1
respuestaPregunta
Fill three areas in a plot with one line
Hello, I have one vector with my x axis values, one vector with the y axis values for my line and a min and max value for the y...
más de 6 años hace | 1 respuesta | 0
1
respuestaChange Plot background color and save to file
It works with: set(gcf, 'InvertHardCopy', 'off');
más de 6 años hace | 7
| aceptada
Pregunta
Adjust the bar width dynamic for plotting
Hello again I have another plotting problem. I have multiple data bases and I want to plot them with the bar function. But in ...
más de 6 años hace | 1 respuesta | 0
1
respuestaPregunta
Change Plot background color and save to file
Hello again, I have multiple plots and I want to have a gray background for them. I have tried: set(gca,'color','gray...
más de 6 años hace | 2 respuestas | 0
2
respuestasPregunta
Fill background area between two x values in a graph
Hello, How can I fill a specified background area between two x values?
más de 6 años hace | 1 respuesta | 0
1
respuestaPregunta
Skip subs/index values with accumarray
I created an index (groupID) for a vector A. The vector is sorted from the smallest value to the biggest one. The function and ...
más de 6 años hace | 1 respuesta | 0
1
respuestaPregunta
Get difference between array values
Hello, I have an one column array (see below) with logical 0 and 1. I want to get the difference between each value to detect a...
más de 6 años hace | 3 respuestas | 0
3
respuestasPregunta
How to group data in two column matrix
Hello, I have a set of data that I would like to analyse. The data is split into two columns in a matrix. Here is a cutout: ...
más de 6 años hace | 1 respuesta | 0