Estadística
CLASIFICACIÓN
7.019
of 297.046
REPUTACIÓN
4
CONTRIBUCIONES
12 Preguntas
1 Respuesta
ACEPTACIÓN DE RESPUESTAS
75.0%
VOTOS RECIBIDOS
4
CLASIFICACIÓN
of 20.422
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 157.776
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
lagrange interpolation, .m
can anyone explain me how to use this program http://www.mathworks.com/matlabcentral/fileexchange/899-lagrange-polynomial-int...
casi 14 años hace | 6 respuestas | 3
6
respuestasPregunta
Question regarding function inputs
function y=lagrange(x,pointx,pointy) n=size(pointx,2); L=ones(n,size(x,2)); In many places in the coding (.m) file I foun...
casi 14 años hace | 2 respuestas | 0
2
respuestasPregunta
How can I implement a dialog GUI in MATLAB?
task_complete=0; while task_complete==0 disp(' ') disp('1:Q1') disp('2:Q2') P_Switch =...
casi 14 años hace | 3 respuestas | 0
3
respuestasPregunta
Dimension mismatch error while using FMINSEARCH
I keep getting this error message. ??? Subscripted assignment dimension mismatch. Error in ==> fminsearch at 205 fv(:,...
casi 14 años hace | 3 respuestas | 0
3
respuestasPregunta
Combining separate files
??? Subscripted assignment dimension mismatch. Error in ==> fminsearch at 205 fv(:,1) = funfcn(x,varargin{:}); Err...
casi 14 años hace | 2 respuestas | 0
2
respuestas2
respuestasPregunta
fzero help
y=@(T) I*T*sind(A)-(0.5*G*(T^2)); root = fzero(y, 0) abouve eqation is for a projectile that projected at an angle (go...
casi 14 años hace | 1 respuesta | 0
1
respuestaPregunta
how do i now use the user provided data?
clear clc stu_id=0.2529; prompt = {'Gravity (g):','Angle (a):','iv (V0):'}; dlg_title = 'Enter the values ...
casi 14 años hace | 2 respuestas | 0
2
respuestasPregunta
program to get the user to enter the values
function y=mx+c how can i write a program to get the user to enter the values for x and c and display the result for y
casi 14 años hace | 2 respuestas | 0
2
respuestasPregunta
finding root using bysection method (error)
x = 0:.01:1;%used to generate the x values y=(2.8*x.^3)-(3.5*x.^2)+(1.5*x)-(0.15+(0.1*stu_id));%Provided function plot(x...
casi 14 años hace | 1 respuesta | 0
1
respuestaPregunta
Display Results as nicely formatted table
in this codes, how do I get the resalts as a nice table showing step by step iterations clarifying more collums would be i...
casi 14 años hace | 3 respuestas | 1
3
respuestasPregunta
Basic Function Error (Plot Related
y=f(x)=2.8x^3 - 3.5x^2 + 1.5x - (0.15 + 0.1*0.2529)=0 Plot this function (x in the range of [0, 1]) this is the given question...
casi 14 años hace | 3 respuestas | 0