Statistics
RANK
7.019
of 296.446
REPUTATION
4
CONTRIBUTIONS
12 Questions
1 Answer
ANSWER ACCEPTANCE
75.0%
VOTES RECEIVED
4
RANK
of 20.376
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 156.475
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
lagrange interpolation, .m
can anyone explain me how to use this program http://www.mathworks.com/matlabcentral/fileexchange/899-lagrange-polynomial-int...
bijna 14 jaar ago | 6 answers | 3
6
answersQuestion
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...
bijna 14 jaar ago | 2 answers | 0
2
answersQuestion
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 =...
bijna 14 jaar ago | 3 answers | 0
3
answersQuestion
Dimension mismatch error while using FMINSEARCH
I keep getting this error message. ??? Subscripted assignment dimension mismatch. Error in ==> fminsearch at 205 fv(:,...
bijna 14 jaar ago | 3 answers | 0
3
answersQuestion
Combining separate files
??? Subscripted assignment dimension mismatch. Error in ==> fminsearch at 205 fv(:,1) = funfcn(x,varargin{:}); Err...
bijna 14 jaar ago | 2 answers | 0
2
answers2
answersQuestion
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...
bijna 14 jaar ago | 1 answer | 0
1
answerQuestion
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 ...
bijna 14 jaar ago | 2 answers | 0
2
answersQuestion
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
bijna 14 jaar ago | 2 answers | 0
2
answersQuestion
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...
bijna 14 jaar ago | 1 answer | 0
1
answerQuestion
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...
bijna 14 jaar ago | 3 answers | 1
3
answersQuestion
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...
bijna 14 jaar ago | 3 answers | 0