photo

Saikat Banerjee


Last seen: 4 years ago Active since 2018

Followers: 0   Following: 0

Statistics

MATLAB Answers

9 Questions
2 Answers

RANK
28,437
of 300,343

REPUTATION
1

CONTRIBUTIONS
9 Questions
2 Answers

ANSWER ACCEPTANCE
55.56%

VOTES RECEIVED
1

RANK
 of 20,926

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168,172

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 2
  • First Answer
  • Thankful Level 1

View badges

Feeds

View by

Answered
how to convert an 8x8 matrix to a texture image?
I think that this person is talking about digital matrix. A digital matrix is useful for NDT (non-destructive testing). The defi...

4 years ago | 0

Question


Simplifying a algebraic or numeric expression to lowest possible power
Suppose if I write (a^2)^(1/2) then it will remain as that. But I want to simplify to the lowest possible power. How can we do i...

5 years ago | 1 answer | 0

1

answer

Question


How to drag an fimplicit function
I have a typical problem I want to solve the intersection point of two polynomial curves by moving the curves within specific li...

5 years ago | 1 answer | 0

1

answer

Question


Equality in its simplest form
Let as an example there be two expressions which are equal having 5 symbolic variables x,y,g,f,c. Now we have two expressions ob...

5 years ago | 0 answers | 0

0

answers

Answered
Determinant or matrix from symbolic equation
I think you all are going in impossible directions. Even Google's supercomputers wont be able to solve this problem then. Let it...

5 years ago | 0

Question


Determinant or matrix from symbolic equation
Suppose as an example we have 6 symbolic variables, syms a b c d e f We have an expression a*b*d*e^3-a^2*c^3*d+b^2*e*f*a*b+...

5 years ago | 1 answer | 0

1

answer

Question


Formatting floating and integer signed numbers
Suppose a=5 and b=-6. If I use sprintf and write sprintf("℅0.2f+℅0.2f°,a,b) we get 5.00+-6.00 as answer and not 5.00-6.00. I wou...

5 years ago | 1 answer | 0

1

answer

Question


Question regarding impoly restraint to move about a specified path
Lets say I have an implicit equation in x and y f(x,y)=x^2 + y^2 -5*x +12*y +24 which is an example. I construct an impoly with ...

5 years ago | 2 answers | 0

2

answers

Question


Getting numeric and symbolic coefficients of equation of a straight line in 2d or 3d
Consider the general equation of a straight le in 3d a*x + b*y + c*z + d=0. I would like to get a vector giving [a,b,c,d] includ...

5 years ago | 1 answer | 0

1

answer

Question


Convert a symbolic expression to string
I haVE A SYMBOLIC EXPRESSION WHICHI WANT TO USE AS A STRING EXPRESSION WITHOUT EVALUATING IT. EXAMPLE IF I HAVE A=9 B=5 IF WE...

7 years ago | 3 answers | 0

3

answers

Question


How to raise an equational identitity with fractional powers to an identity with integral powers
The question is a generalized algebraic equation with unknown variables of any number with fractional exponents to be converted ...

7 years ago | 1 answer | 1

1

answer