Community Profile

photo

Sandip Ghatge


Last seen: 3년 초과 전 2020년부터 활동

Followers: 0   Following: 0

통계

  • Thankful Level 3

배지 보기

Feeds

보기 기준

질문


Can i surface plot three vectors and fit a curve to get an equation of that surface?
The following code gives me a 3D line plots as shown, i want to fit a 3D surface but whenever i am trying to use commands like p...

3년 초과 전 | 답변 수: 0 | 0

0

답변

질문


Skipping certain values in an array but still continuing the array
I have written a code to skip negative values, but it gives an error, i only want positive values of an array while the negative...

거의 4년 전 | 답변 수: 1 | 0

1

답변

질문


Cannot Plot in the Desired interval, What am i doing wrong here?
theta(:,1) = [0:360]'; Ac = 5; k = 2000; m = 0.001; RPM = 1500; if theta(theta(:,1)>110) && theta(theta(:,1)<170) x = ...

거의 4년 전 | 답변 수: 1 | 0

1

답변

질문


Finding Corresponding x axis values of a constant curve on Y-axis
Hello, I have a curve similar to shown below in the image. I plan to find the 'x' values at which the function 'y' is maximu...

거의 4년 전 | 답변 수: 1 | 0

1

답변

질문


Plotting over a certain range, what am i doing wrong here?
I am looking to plot this sinusoidal curve over just a desired range, from theta=120 to theta=150 here It must be zero before 1...

거의 4년 전 | 답변 수: 1 | 0

1

답변

질문


Storage of first few values in an array but with an if condition
I am stuck here, because when i write the following code to take in values lesser than or equal to 0.20 and greater than or equa...

거의 4년 전 | 답변 수: 2 | 0

2

답변

질문


STORAGE OF SELECTIVE VALUES OF SOME CELLS INTO A SINGLE MATRIX FROM TWO DIFFERENT MATRICES. Whats wrong with this?
%Matrices Given A = [1 2 3 4 5;6 7 8 9 10;1 4 5 6 7;8 9 44 5 6;5 5 16 25 44]; B = [3 4 16 44 66;16 25 33 44 66;20 31 45 66 80;...

거의 4년 전 | 답변 수: 1 | 0

1

답변

질문


What am i doing wrong? This expression is violating basic Mathematics.
If you run this code, you will get SI(1,1) = -1 [SI is the sine term of the main formula mentioned below] sqroot...

거의 4년 전 | 답변 수: 2 | 0

2

답변

질문


STORING RESULTS OF MULTIPLE EQUATION INTO A CUSTOMIZED ARRAY
If x varies as 0:0.1:1.57 and if you have y = sin (x) and z = cos(x) and if you want to store values of sin(x) lesser than 0.6...

거의 4년 전 | 답변 수: 1 | 0

1

답변