Cemil Közkurt
Bandirma Onyedi Eylul University
Followers: 0 Following: 0
Estadística
1 Pregunta
5 Respuestas
2 Archivos
CLASIFICACIÓN
4.263
of 300.381
REPUTACIÓN
12
CONTRIBUCIONES
1 Pregunta
5 Respuestas
ACEPTACIÓN DE RESPUESTAS
0.0%
VOTOS RECIBIDOS
4
CLASIFICACIÓN
13.058 of 20.941
REPUTACIÓN
25
EVALUACIÓN MEDIA
5.00
CONTRIBUCIONES
2 Archivos
DESCARGAS
2
ALL TIME DESCARGAS
59
CLASIFICACIÓN
of 168.477
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
Plot a cell array containing n matrices on same graph but with different color for each matrix.
a=cell(2,2); a{1,1}=[1:10;rand(1,10)]; a{1,2}=[1:5;rand(1,5)]; a{2,1}=[1:8;rand(1,8)]; a{2,2}=[1:3;rand(1,3)]; ...
alrededor de 8 años hace | 1
Update plot in standalone window
Try it with MATLAB GUI (Graphical User Interface).
alrededor de 8 años hace | 0
how to plot an angle between two lines with orientation(arrow for alpha 1 and alpha 2 as shown in figure).
<https://www.mathworks.com/matlabcentral/answers/332412-do-you-know-copy-of-matlab-fig-can-be-edited-in-ms-word-as-shape-compo...
alrededor de 8 años hace | 0
I need to remove the data which has low amplitude As shown in the figure. Can anyone help me with that???
You can analyze the signal using Signal Analyzer and design a high pass filter using Filter Designer in Signal Processing Toolbo...
más de 8 años hace | 0
Pregunta
Do you know copy of MATLAB .fig can be edited in MS Word as shape components?
It is useful while you are interactively plotting like arc. Altough you can interactively add arrow, circle, text, line, etc. yo...
más de 8 años hace | 0 respuestas | 0
0
respuestasHow to change size of array to match size of another array?
a=[1:10]' ; % n=10 b=zeros(size(a));
más de 10 años hace | 3
| aceptada




