
Saurabh Madankar
Statistics
11 Questions
0 Answers
RANK
18.610
of 273.353
REPUTATION
2
CONTRIBUTIONS
11 Questions
0 Answers
ANSWER ACCEPTANCE
63.64%
VOTES RECEIVED
1
RANK
of 18.454
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 122.757
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
Content Feed
Question
How do I plot this set as 3d region in matlab?
This is the set I need to plot- . My main purpose is to see how this set is convex, so I am trying to plot this graph in MATLA...
5 maanden ago | 2 answers | 0
2
answersQuestion
Writing code for given general matrix in MATLAB
How do I write a code for the following matrix of order cM X cM? Here, where are all known scalars and 's are function handl...
12 maanden ago | 1 answer | 0
1
answerQuestion
Alternate way of defining given function using function handle for fmincon
I have an objective function which is of the form J = where is a matrix of arbitrary constants which I have to determine alon...
12 maanden ago | 1 answer | 0
1
answerQuestion
Creating a row vector of function handles
I have pre-defined function handles f_{i} using cell arrays for say i =1 to 8, so total 8 function handles. Now how do I create ...
12 maanden ago | 0 answers | 0
0
answersQuestion
Creating a function in MATLAB
I need to create a function with input i and outputs j and k. So i varies from 1,2,3... and i,j and k are related as , where j =...
12 maanden ago | 1 answer | 0
1
answerQuestion
Defining sequence of functions in MATLAB
Hello, The Haar mother wavelet is defined as- Now we can define a sequence of functions - where So for i=1, j=0 and ...
12 maanden ago | 1 answer | 0
1
answerQuestion
Solving large system of linear equations
How to solve a large system of linear equations in MATLAB? In particular I have 31 equations and 31 unknowns and I can write the...
ongeveer een jaar ago | 1 answer | 1
1
answerQuestion
How can I know more details about the function spap2?
The built-in function spap2 returns the B-form of the spline. My main goal is to know how exactly it calculates the coefficients...
ongeveer een jaar ago | 1 answer | 0
1
answerQuestion
Writing summation inside function handle
Hey, I have this term u = @(x) c(1)*f(3*(x-t(1)))+c(2)*f(3*(x-t(2)))+c(3)*f(3*(x-t(3)))+c(4)*f(3*(x-t(4)))+... c(5)*f(3*(...
ongeveer een jaar ago | 0 answers | 0
0
answersQuestion
Writing code to evaluate B-form of the spline without using any built-in functions that directly give the B-form
Hello, my task is to write a code to find out the B-form of the spline f given knots, degree of the polynomial, data sites x an...
meer dan een jaar ago | 1 answer | 0
1
answerQuestion
Alternative way of defining a variable
Hello, Is there any way I can define a variable without assigning it any value and not using syms?
meer dan een jaar ago | 2 answers | 0