Statistics
6 Questions
0 Answers
RANK
171 890
of 295 467
REPUTATION
0
CONTRIBUTIONS
6 Questions
0 Answers
ANSWER ACCEPTANCE
50.0%
VOTES RECEIVED
0
RANK
of 20 234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153 912
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
Vandermonde Matrix and an Error Vector
format long n = inputdlg('Please enter a series of numbers seperated by spaces/commas: ') numbers = str2num(n{1}); ...
mer än 11 år ago | 2 answers | 0
2
answersQuestion
fminbnd question, program doesn't work?
This is what I have so far. clear x = -2:.01:4; y = x.^2-2*x-4; y=originlen(x); plot(x,y) pause % Pr...
mer än 11 år ago | 0 answers | 0
0
answersQuestion
Element by Element Multiplication?
Currently I have this. x = [1, .1, .01, .001, .0001, .00001, .000001, .0000001, .00000001, .000000001, .0000000001, .000000...
mer än 11 år ago | 1 answer | 0
1
answerQuestion
Using fminbnd to find point closest to origin
So I have the parabola y = x^2 − 2x − 4 The distance to the origin is d(x) = sqrt(x^2 + (x^2 − 2x − 4)^2). So I need to pl...
mer än 11 år ago | 0 answers | 0
0
answersQuestion
Array Elements and Equality Checks
Another really easy question from me, currently I have this code: ADL = [52.0, 109.0, 55.8, 61.6, 18.4, 42.2, 18.2, 9.2, ...
mer än 11 år ago | 1 answer | 0
1
answerQuestion
How do I plot parabolas and other functions in MATLAB?
I'm trying to plot x2 +9y2 = 36 in MATLAB, but it just doesn't want to work, even if I split it up to 1/3sqrt(36 − x2) and −1/...
mer än 11 år ago | 1 answer | 0