![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/12417523_1525332987069_DEF.jpg)
Mepe
Followers: 0 Following: 0
Estadística
38 Preguntas
2 Respuestas
CLASIFICACIÓN
224.807
of 297.016
REPUTACIÓN
0
CONTRIBUCIONES
38 Preguntas
2 Respuestas
ACEPTACIÓN DE RESPUESTAS
57.89%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.419
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 157.725
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
Contour-plot - Delete lines in legend colorbar
The colorbar for a logarithmic contour plot shows many small intermediate lines that I would like not to include. Can this be re...
más de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
Plot - Delete grid lines between yticks
I assigned manual ticks for a plot (0.2 and 2). Is there a way to remove the gridlines in between (2) and also the small thick l...
más de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
Calculations in the cell array
Given is a cell array where I want to perform calculations (e.g. double all values). The cell array should also be retained for ...
más de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
Scientific notation at y-axis with "ax.YAxis.Exponent"
I want to change the notation of the log y-axis: Here is an example code, which doesn't work: y = [0.1 0.3 0.5 1]; figure(1...
más de 3 años hace | 2 respuestas | 0
2
respuestasPregunta
Scientific notation at y-axis with yticks/yticklabels
I want to change the notation of the y-axis using the commands "yticks" and "yticklabels". But here I would like to use the sci...
más de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
Horizontal line in plot up to a graph
How can I generate a horizontal line starting at x = 0 up to a graph (see figure, red line)? The x, y coordinates are of course ...
casi 4 años hace | 1 respuesta | 0
1
respuestaPregunta
Adjust measurement data with different vector lengths using interpolation
I have carried out various series of measurements from which I would like to form arithmetic mean values. The problem is that o...
alrededor de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
Calculate mean value from different matrices
Hi there, I have 5 different matrices (10x10000), where I want to calculate the mean value of the individual rows column by col...
alrededor de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
Plot Measuring Results with ERRORBAR
Hello, I would like to display the mean values from various measurements and of course the deviations using "errorbar". Assumi...
alrededor de 4 años hace | 2 respuestas | 0
2
respuestasPregunta
Synchronization / division of sequenced measurement data
Hello, I have measurement data that were recorded in different sequences. Unfortunately I always have a different number. For e...
más de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
Execute several m-files one after the other
For an import routine I would like to execute different m-files one after the other. Here at, the file source is then asked: [p...
más de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
Plot with multiple x-axes - same scaling
Hello, I am currently desperate to try to integrate two x-axes with identical y-axes in a plot ... I have two problems here: ...
más de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
How to create an underline in text
Given ist following legend: legend('Group 6 MHz \newline{\bff_1} \newline2f_2-f_3 \newlinef_2+f_3-f_4 ', ... '\newlineGrou...
más de 4 años hace | 2 respuestas | 0
2
respuestasPregunta
Colorbar - Ticklabel with variables
For a contourf plot I would like to adapt the labeling on the colorbar. I want to see the value '0', the min and max values ther...
más de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
Multiple contour plots with one colorbar
I have three contourf plots in a figure, each with a separate colorbar. Since the colorbars are identical for all plots, I would...
más de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
Colormap - contourf scaling and color distribution
Hi, I want to plot the matrix M_2f1 with the contourf command (logarithmic scaling). So far this works quite well. But two poi...
más de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
Variable in plot title
I would like to store a title of a plot as a variable because of loop programming. The running variable is P = M_f1. M_f1 is a ...
más de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
contourf with more colours
With the function contourf I created the picture below. I would like to have more color gradations in it. I succeeded in the col...
más de 4 años hace | 2 respuestas | 0
2
respuestasPregunta
Save error R² of an interpolation curve in variable
A polynomial compensation curve with its coefficients is determined at various measuring points. myfit=fit(x,y,'poly2'); A=m...
casi 5 años hace | 1 respuesta | 0
1
respuestaPregunta
Read out parameter values of a polynomial compensation curve.
The following coordinates are given: y=[96.9;67.6;36.1;120.2;40.3;51.7;71.0] x=[216.6;318.33;418.3;535;636.66;753.3;856.66] A...
casi 5 años hace | 1 respuesta | 0
1
respuestaPregunta
logarithmic bar chart with variable bases
I would like to use a logarithmic y axis for a bar chart. This goes with the command set(gca,'YScale','log') Now I want to...
casi 5 años hace | 0 respuestas | 0
0
respuestasPregunta
Sort certain matrix cells in a vector
Hi there, I would like to read out certain cells from a matrix (Start_Matrix) and write them in a vector (Goal_Matrix). Star...
casi 5 años hace | 1 respuesta | 0
1
respuestaTwo curves in one plot with wrong scaling
I generated a spline code using the curve fitting toolbox: ft = fittype( 'smoothingspline' ); opts = fitoptions( 'Method', 'Sm...
casi 5 años hace | 0
Pregunta
Two curves in one plot with wrong scaling
I want to show the measurement results of two measurements with a fitting curve in a plot. Now I want both values to start at x-...
casi 5 años hace | 2 respuestas | 0
2
respuestasPregunta
Solve a quadratic equation
So far I have solved the equation below with fsolve (with the help of this forum). tau = 0.1 f4 = [3; 2; 6; 8] f8 = [2; 6; 7...
casi 5 años hace | 1 respuesta | 0
1
respuestaPregunta
Solve equations in a loop with fsolve
Hi there, I have two problems solving an equation: Problem 1: The equation below is to be solved component by component and t...
casi 5 años hace | 2 respuestas | 0
2
respuestasPregunta
Solving of vectorial equations
Hi there, I have the following problem: Given are two equations: y = 2*x.^2+2*x+5 x = 3*y.^3-C C is a vector constant. No...
alrededor de 5 años hace | 1 respuesta | 0
1
respuestaPregunta
Plot - fill area under curve with specific x-values.
Hello, The goal is to color the areas in the curve areas where the values of the black dashed line are negative. The data are a...
más de 5 años hace | 0 respuestas | 0
0
respuestasPregunta
Data import window - change preferences
In the import window I would like to adjust some default settings (Column vectors, Decimal separators...), so that they are set ...
casi 6 años hace | 0 respuestas | 0
0
respuestasPregunta
Plot - Closing the gaps between different curves
Hello, By matlab I would like to evaluate various experimental data. The results are available in different areas (0-5kHz, 5-...
casi 6 años hace | 1 respuesta | 0