Estadística
7 Preguntas
0 Respuestas
CLASIFICACIÓN
183.707
of 295.638
REPUTACIÓN
0
CONTRIBUCIONES
7 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
85.71%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.255
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 154.207
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
Pregunta
Beginning Matlab simple text question
I am using a textbox that will display updating information on a simple force calculator and I need to know what to add to this ...
más de 10 años hace | 2 respuestas | 0
2
respuestasPregunta
How could I make a slider button an image?
I am building a very simple app for a class project and I want the user to be able to click on the image of a car and move it ac...
más de 10 años hace | 0 respuestas | 0
0
respuestasPregunta
Beginner Matlab project... function trouble. Instructions say "Create a sub-function that takes as input the x and y values of a closed polygon and calculates x and y values for a new polygon that has vertices at the midpoints of the input polygon. "
Here is my code so far, I have a LOT more to do but am stuck on this step. Help is appreciated! function project_2 %to ...
más de 10 años hace | 2 respuestas | 0
2
respuestasPregunta
Use MATLAB's for loop to determine the value of y when n=192. (round answer to nearest integer)
Given: x=[... a bunch of values...]; and the formula y= the sum of k=1 to n [k (cubed root x sub k)] Part B: Use MATLAB's...
casi 11 años hace | 1 respuesta | 0
1
respuestaPregunta
For a beginning Matlab plotting project instructions are to use several commands. I used everything except for "subplot" and "hold". Can anyone tell me how I could work it into the following code?:
%Define parameters of r and functions r=0:.1:1; Ea=-1.436./r; Er=(5.86.*10.^-6)./(r.^9); En=Ea+Er; %plot function...
casi 11 años hace | 2 respuestas | 0
2
respuestasPregunta
Getting error code "unable to interpret LaTeX string..."
and am not sure why. I'm trying to add formulas to a graph as fractions using this code: text(10,.2,'Ea=$\displaystyle\frac{...
casi 11 años hace | 1 respuesta | 0
1
respuestaPregunta
How can I plot a simple circle not centered at the origin? example: (x-5)^2+(y-10)^2=4
example: (x-5)^2+(y-10)^2=4 I actually want to plot several overlapping circles on the same graph. I have never used matlab pri...
casi 11 años hace | 2 respuestas | 0