
galaxy
Estadísticas
CLASIFICACIÓN
796
of 279.838
REPUTACIÓN
81
CONTRIBUCIONES
57 Preguntas
33 Respuestas
ACEPTACIÓN DE RESPUESTAS
42.11%
VOTOS RECIBIDOS
10
CLASIFICACIÓN
15.634 of 18.772
REPUTACIÓN
6
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
3 Archivos
DESCARGAS
4
ALL TIME DESCARGAS
36
CLASIFICACIÓN
5.342
of 128.666
CONTRIBUCIONES
0 Problemas
62 Soluciones
PUNTUACIÓN
867
NÚMERO DE INSIGNIAS
7
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Content Feed
Pregunta
Could anyone explain MBD in software development process V-shape model?
Hi all, I undertooth that in V-shapre model, MBD includes 3 steps ( software detail design, coding, unit test). But MBD has va...
13 días hace | 0 respuestas | 0
0
respuestasPregunta
How to create simulink model for simulate tasks running with different frequency, priority
Hi all, I have 3 tasks with: task 1 frequency 10s, task 2 frequency 15s, task 3 frequency 30s. About priority: task 3 > task 1...
alrededor de 1 mes hace | 0 respuestas | 0
0
respuestasPregunta
How to improve speed of app designer?
Dear all, I created an app which includes 1 file .mlapp (~2.5k lines) and 11 other function files .m. This App read csv files...
5 meses hace | 0 respuestas | 0
0
respuestasPregunta
How to plot faster instead of for loop?
Dear all, I have data which imported. I want to plot vector (which does not (0, 0) -> (0,0) or Na) in specified ranges of inde...
5 meses hace | 1 respuesta | 0
1
respuestaPregunta
How to plot specified semi-circle, rectangle ?
Hi all I have 2 points, and need to plot semi-circle, rectangle as folowing picture. semi-circle need to perpendiculars wi...
6 meses hace | 1 respuesta | 0
1
respuestaPregunta
How to changes X Y coordinate System and get value point?
Hi all, Following is described of my question. Suppose that, I have XY coordinate and 2 points (a,b) Now, I create new XY c...
6 meses hace | 1 respuesta | 0
1
respuestaPregunta
How to resize panel in app Designer?
Hi all In 2019b, I could resize 2 panels by using slider and Gridlayout. Of course, I didn't use auto-reflow because there are ...
6 meses hace | 1 respuesta | 0
1
respuestaPregunta
linkaxes axis has bug?
Hi all, I want to linkaxes x axis only for 2 subplot as following. sub1 = subplot(2, 1, 1); plot(rand(10, 1), 'b.-', 'LineWid...
7 meses hace | 0 respuestas | 0
0
respuestasPregunta
How to set text position in yyaxis?
Hi all I tried to set text position as following. It was OK. t = 1:0.1:10; yyaxis('left'); plot(t, sin(t), 'b.-', 'LineWidth...
8 meses hace | 1 respuesta | 0
1
respuestaPregunta
How to setting one horizontal axis for 2 subplot?
Hi all, I have a question about subplot. How can we plot 2 suplots, but only one horizontal axis. subplot(3, 1, 1:2); plot(r...
8 meses hace | 2 respuestas | 0
2
respuestasPregunta
How can I use html in UItable for draw line??
Hi all, I want to instead line legend by table. Following is example. app.Panel_3.AutoResizeChildren = 'off'; ...
8 meses hace | 1 respuesta | 0
1
respuestaPregunta
How can I move legend in app designer?
Hi all, In GUI (figure), you know that I can keep left mouse and move legend. figure(1); p = uipanel('Position',[.1 .1 .8 .8]...
8 meses hace | 2 respuestas | 0
2
respuestasPregunta
How to set position of legend plot where outside axes??
Hi all, I create sample code for set legend position. f = figure; p = uipanel('Title','Panel','FontSize',12,... ...
8 meses hace | 1 respuesta | 0
1
respuestaPregunta
How to optimize condition code?
Hi all, I have example for check value in for loop as below for cnt=1:10 if cnt == 1 if a(cnt) == 0 statement A; e...
9 meses hace | 1 respuesta | 0
1
respuestaPregunta
How create cursor bar in UIAxes of App Designer?
Hi all, I used cursorbar tool for creating cursor bar in figure. But I could not use it in UIAxes. Do anyone know, please te...
9 meses hace | 1 respuesta | 0
1
respuestaPregunta
what is command for instead DEGREES(ATAN2(A2,B2)) formula in excel??
Dear all !!! I tried to change formula from excel file to matlab function. But result didnot same as figure. Can anyone help...
12 meses hace | 1 respuesta | 0
1
respuestaPregunta
How to extract all values from timeseries???
Hi all, I have timeseries which contains values with time from 0 -> 71.5 seconds But I can see only from 61.51 to 71.5 seconds...
más de 1 año hace | 0 respuestas | 0
0
respuestasPregunta
How to convert lat, long to NE?
Hi all, I know convert latitude, longitude, altitude to NED with lla2ned or geodetic2ned function. But it need altitude parame...
más de 1 año hace | 1 respuesta | 0
1
respuestaPregunta
How to change format time to GPS week, GPS seconds?
Hi all, How can I change: GPS dates (NO LEAP SECONDS ACCOUNTED) April 30th, 2018, 03:46:40 => GPS week 1999, GPS seconds 1...
más de 1 año hace | 1 respuesta | 0
1
respuestaPregunta
why xlswrite has @ character?
Hi all, I used xlswrite to write string function to excel cell. Such as: xlswrite('resultFile.xlsx', {['=FREQUENCY(A1:A1000,C...
más de 1 año hace | 1 respuesta | 0
1
respuestaResuelto
Is the Point in a Triangle?
Check whether a point or multiple points is/are in a triangle with three corners Points = [x, y]; Triangle = [x1, y1; x...
más de 1 año hace
Resuelto
Converting binary to decimals
Convert binary to decimals. Example: 010111 = 23. 110000 = 48.
más de 1 año hace
Resuelto
Binary code (array)
Write a function which calculates the binary code of a number 'n' and gives the result as an array(vector). Example: Inpu...
más de 1 año hace
Resuelto
Relative ratio of "1" in binary number
Input(n) is positive integer number Output(r) is (number of "1" in binary input) / (number of bits). Example: * n=0; r=...
más de 1 año hace
Resuelto
Bit Reversal
Given an unsigned integer _x_, convert it to binary with _n_ bits, reverse the order of the bits, and convert it back to an inte...
más de 1 año hace
Resuelto
Binary numbers
Given a positive, scalar integer n, create a (2^n)-by-n double-precision matrix containing the binary numbers from 0 through 2^n...
más de 1 año hace
Pregunta
How can I handle Diagnostic error in script???
Hi all, I create testcases excel file from Simulink Test Manager by following command. tf = sltest.testmanager.TestFile('exTes...
más de 1 año hace | 0 respuestas | 0
0
respuestasPregunta
How to add inport blocks of subsystem if know only subsystem input 's dimensions?
Hi bros As you know, we can get dimension of block as following >> evalin('base', [ 'untitled' '([],[],[],''compile'')']) >...
casi 2 años hace | 0 respuestas | 0
0
respuestasPregunta
How to know which block connected with outport block in a subsystem?
Hi all, I have outport block in a subsystem. In outside subsystem, there is block connect with this outport block. I want to...
casi 2 años hace | 1 respuesta | 0
1
respuestaPregunta
How to add relative path file in Simulink Test Manager?
Hi all, I use Simulink Test Manager for model testing. But when copy test project folder to other path or other PC, we need t...
casi 2 años hace | 0 respuestas | 1