N/A


Last seen: environ 2 ans il y a Actif depuis 2022

Followers: 0   Following: 0

Statistiques

MATLAB Answers

7 Questions
0 Réponses

RANG
268 082
of 300 765

RÉPUTATION
0

CONTRIBUTIONS
7 Questions
0 Réponses

ACCEPTATION DE VOS RÉPONSES
100.0%

VOTES REÇUS
0

RANG
 of 21 084

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 170 941

CONTRIBUTIONS
0 Problèmes
0 Solutions

SCORE
0

NOMBRE DE BADGES
0

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • Thankful Level 3

Afficher les badges

Feeds

Afficher par

Question


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 ...

environ 3 ans il y a | 1 réponse | 0

1

réponse

Question


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...

environ 3 ans il y a | 1 réponse | 0

1

réponse

Question


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

environ 3 ans il y a | 1 réponse | 0

1

réponse

Question


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...

environ 3 ans il y a | 1 réponse | 0

1

réponse

Question


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...

environ 3 ans il y a | 3 réponses | 0

3

réponses

Question


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 (...

environ 3 ans il y a | 1 réponse | 0

1

réponse

Question


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...

environ 3 ans il y a | 1 réponse | 0

1

réponse