photo

Mamed


KTH

Active since 2011

Followers: 0   Following: 0

Message

Statistics

MATLAB Answers

6 Questions
6 Answers

RANK
12,053
of 300,553

REPUTATION
2

CONTRIBUTIONS
6 Questions
6 Answers

ANSWER ACCEPTANCE
16.67%

VOTES RECEIVED
0

RANK
 of 21,024

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 169,635

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

  • Thankful Level 1

View badges

Feeds

View by

Question


Solving linear overdetermined systems. +and in a Flow matrix.
Hi I have two problems, both that have to do with linear systems. First: I have an equation in the form c1*y1 + c...

14 years ago | 0 answers | 0

0

answers

Answered
Exponential/Power curve fitting from data
How do i use a linear regression when all the linear fittings are already predefined? ie polyfit or poly val. I wanna be able to...

14 years ago | 0

Answered
Help with nonlinear robost fitting on nlinfit function. fminsearch works fine but not nlinfit.
Ok thanks, that solves that but now i get the same error as the other one, that is that the modelfun returns NaN values. ndata i...

14 years ago | 0

Question


Help with nonlinear robost fitting on nlinfit function. fminsearch works fine but not nlinfit.
Hi Im trying to fit some data i have to a function. I have used fminsearch and it has worked fine. Except I wanna introduce r...

14 years ago | 2 answers | 0

2

answers

Answered
Reading in data and plotting the sunrise/sunset time of different dates against the time.
Hi, that work fine to make read the time, but when i plot i wanna have the axis to read HH:MM (ie 07.00) now it is in the scale ...

14 years ago | 0

Question


Reading in data and plotting the sunrise/sunset time of different dates against the time.
Hi I was wondering if there is a way to plot the sunset time against the date of a month. I have data that i can get from ...

14 years ago | 4 answers | 0

4

answers

Answered
Plotting the resual difference between two plots, example picture in the thread.
Thanks a lot work like a charm. I will post full code below for future readers. clear, clc, clf x = 0:pi/16:2*p...

14 years ago | 0

Question


Plotting the resual difference between two plots, example picture in the thread.
Hi Im doing data fitting and am interested in plotting a line from the data to the fitted curve, see wikipedia image. <htt...

14 years ago | 2 answers | 0

2

answers

Question


Assigning data to variable names in a vector during a for loop.
Hi I wanna make a vector with variable names and then assign values to the from a for loop. Estimates = [1 2 3 4 5 6 7]...

14 years ago | 2 answers | 0

2

answers

Answered
Exponential/Power curve fitting from data
Hi thanks for answering. I did as you suggested. I created another function and tried to solve it in a linear fashion. This i...

14 years ago | 0

Answered
Exponential/Power curve fitting from data
Hello I solved it by myself. Here is the answer if anyone is interested later on. clc,clear % y d1 ...

14 years ago | 0

Question


Exponential/Power curve fitting from data
Hey I would like some help on finding some unknown constants in an equation, from some data i have. The function I have is th...

14 years ago | 4 answers | 0

4

answers