Abi sek
Followers: 0 Following: 0
Statistics
6 Questions
0 Answers
RANK
105,950
of 295,569
REPUTATION
0
CONTRIBUTIONS
6 Questions
0 Answers
ANSWER ACCEPTANCE
16.67%
VOTES RECEIVED
0
RANK
of 20,247
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154,105
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
Fitting a linear sine curve with natural spline
I am relatively new to Matlab. The threads that I searched regarding the topic is in vain. Through core Matlab functions, kindly...
6 years ago | 0 answers | 0
0
answersQuestion
Fitting a linear sine curve with polynomial curve
I don't have any data points. I have seen your past answers of fitting the sinusoidal function using pure Matlab functions. But ...
7 years ago | 1 answer | 0
1
answerQuestion
in curve fitting of linear sinusoidal function with polynomial of 4th degree, the error popping up is define b and x_l
I am new to matlab. I would appreciate to sort this out of curve fitting algorithm of linear sinusoidal function with polynomial...
7 years ago | 0 answers | 0
0
answersQuestion
incresing the precision of epsilon to 30 digits by symbolic toolbox, i could encounter not enough input arguments error?
function unidec=quad(a,b,r,eps) a=input('enter a'); b=input('enter b'); r=sym(eps); digits(30); vpa(r); ...
7 years ago | 1 answer | 0
1
answerQuestion
In epsilon test for comparing equality of two numbers. How to improve the test?
In epsilon test for comparing equality of two numbers. How to improve the test?
7 years ago | 2 answers | 0
2
answersQuestion
without using functions, how to write a code for generating base 10 equivalent from given mantissa and exponent?
Write a program that converts a given floating point binary number with a 24-bit normalized mantissa and an 8-bit exponent to i...
7 years ago | 0 answers | 0