Community Profile

photo

Nitesh Panchal


Active since 2015

Followers: 0   Following: 0

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


I need to draw a curve on a plot such that it has 2 different functions
I need to draw a curve where x=0:0.06 is y=0.1-(0.0036-(x-0.06).^2).^(1/2) while for x>0.06 y=0.04. How do i ...

8 years ago | 1 answer | 0

1

answer

Question


How to find the minimum sum solution of only the rows ?
If i have a set of values in my rows of my matrix how do i fidn the minimum value of the sum of the rows of a matrix

8 years ago | 1 answer | 0

1

answer

Question


How do i print a character in my matrix? as well as give labels just for my columns
A=[1 2;3 4] A= X Y 1 2 3 4 If sum of X and Y is smaller than 4 then print NA at end of row A= X Y SUM...

8 years ago | 0 answers | 0

0

answers

Question


How to choose the right set?
I have a matrix set of certain value of dimensions, i have a few min tolerance and high tolerance , i want to put a condition in...

8 years ago | 0 answers | 0

0

answers

Question


Need Help making a nxn symmetric matrix
My symmetric matrix should look like [1 0 0 0 0..n no. of zeroes; 1 -2 1 0 0 0..n; 0 1 -2 1 0 0 ..; for n no o...

8 years ago | 2 answers | 0

2

answers

Question


How do i solve for "n" no. of simultaneous equations?
My equation is based on this form i=1:n T(0)=0 T(n)=100 T(i-1)+T(i+1)-2*T(i)=0 To solve for T(i)

8 years ago | 1 answer | 0

1

answer

Question


How do i find roots for a trignometric function? eg (0.1*x)+10*tan(0.1*x)
The function roots does not work for this equation ?

8 years ago | 1 answer | 0

1

answer