N/A


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

Followers: 0   Following: 0

Estadística

MATLAB Answers

7 Preguntas
0 Respuestas

CLASIFICACIÓN
218.069
of 300.352

REPUTACIÓN
0

CONTRIBUCIONES
7 Preguntas
0 Respuestas

ACEPTACIÓN DE RESPUESTAS
100.0%

VOTOS RECIBIDOS
0

CLASIFICACIÓN
 of 20.928

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN

of 168.172

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

  • Thankful Level 3

Ver insignias

Feeds

Ver por

Pregunta


how to draw a regular polygon with polarplot command?
how to draw a regular polygon with polarplot command? i'll use input command for n and R. (n is the number of vertices, R is ...

casi 3 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Problems with truncated top of the graph
v0=250; g=9.81; theta=65; x0=3000; vx=-30; v0z=v0*sin(theta*pi/180); v0y=v0*cos(theta*pi/180); t=2*v0z/g; plot_for...

casi 3 años hace | 1 respuesta | 0

1

respuesta

Pregunta


user function and plot
function [x1,x2]=distance_plot(W) prompt1=('input value of W(N) = ') %W값 입력받기 prompt2=('input value of d(m) = ') %d값 입력받기 ...

casi 3 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Question about calling user defined function to another script
hello first here is my user_defined_function code.(name is A_execute1.m) function A=A_execute1(r) global V; A=pi*r*(sqrt(r...

alrededor de 3 años hace | 1 respuesta | 0

1

respuesta

Pregunta


2 Questions about user defined function
hello 1.When using user_defined_function, do I have to put an 'end' at the end of code? once it works without 'end' code, Is t...

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

3

respuestas

Pregunta


Question about to reconduct [for loop statement] to the code using vectorization
hello first i made the code that he answer to the following expression is 0.7849 its expression is the code i made is (...

alrededor de 3 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Question about making a 4-line if statement into a single line
hello first, here is my code A=rand; if A > 0.5 disp([num2str(A), ' ', 'Great indeed!']) end This is a code that...

alrededor de 3 años hace | 1 respuesta | 0

1

respuesta