photo

rumin diao


Last seen: casi 2 años hace Con actividad desde 2022

Followers: 0   Following: 0

Estadística

MATLAB Answers

4 Preguntas
8 Respuestas

CLASIFICACIÓN
4.035
of 299.737

REPUTACIÓN
13

CONTRIBUCIONES
4 Preguntas
8 Respuestas

ACEPTACIÓN DE RESPUESTAS
75.0%

VOTOS RECIBIDOS
1

CLASIFICACIÓN
 of 20.791

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN

of 165.655

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

  • Knowledgeable Level 2
  • Explorer
  • Thankful Level 2
  • First Answer

Ver insignias

Feeds

Ver por

Pregunta


how to use websocket to send binary data?
i have an front end project and the back end needs to transmit binary data to it by websocket. is there any chance to transmit b...

más de 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


how to find all aliques of a node from an adjacency matrix?
i ran into a problem that find all cliques that a node have... for example, here's an adjacency matrix: X = [0 1 1 1 1 1 ...

casi 3 años hace | 1 respuesta | 1

1

respuesta

Respondida
frequency shift slider in real time
if you add a slider in appdesigner: you can get the current slider number by "app.Slider.Value" . "app.Slider" is the name...

casi 3 años hace | 0

Respondida
Moving a slider and taking the data to calculate an output in the edit field section, appdesigner
i've added a slider and an edit field in app designer as a example, and they will show up in the right column: the name he...

casi 3 años hace | 0

Respondida
How to find distance using loop?
you can use two loops: dist = zeros(8,4); % the matrix to save distances for i = 1 : 8 % use this loop to get IRS1-IRS8 f...

casi 3 años hace | 0

| aceptada

Respondida
How do I rewrite this code to output the same answer without the for loops
it seems you can delete the for loop and make i a vector: A = [1 3 5 7 9]; B = [2 4 6 8 10]; L = min([length(A) length(B)]); ...

alrededor de 3 años hace | 0

| aceptada

Respondida
Selecting Specific Elements in a Matrix Using Group
you can use the function 'find' to locate different gender: %current code Height = [62; 65; 63; 70; 58; 70; 73]; Gender = [1;...

alrededor de 3 años hace | 0

Respondida
How to know that each of the output is computed when the input is belong for specific range and print it in the same output?
you could add a new variable in the function and use it to return 'L M H', i've added a variable 'Belong' and here's the code: ...

alrededor de 3 años hace | 0

Respondida
help with calling a function on matlab
you defined the function by using 'test = myMask(bw)' which means the function will returns a variable 'test', but in it, you di...

alrededor de 3 años hace | 0

| aceptada

Pregunta


how to put an app designer window in the center of the screen?
hi, i've been designed an app in matlab, now the problem is that i want to put the app window in the center of the screen withou...

alrededor de 3 años hace | 3 respuestas | 0

3

respuestas

Pregunta


When zooming in the axes of the app designer, my text will go out of the axes, how to aviod this?
like this. The rectangle represents the axes and the numbers represent text i added, when i zoom in the rectangle, those text ...

más de 3 años hace | 1 respuesta | 0

1

respuesta

Respondida
Poisson Point Process on a sphere
hey, i'm not quite understand the method of poisson point process on a sphere, why do you generate theta and phi with R_E, isn't...

más de 3 años hace | 0