Community Profile

photo

Yogesh Bhambhwani


Last seen: meer dan 3 jaar ago Active since 2020

Statistics

  • Thankful Level 3

View badges

Content Feed

View by

Question


Help with plot values
Hi I am plotting my matrix and the x values are not what they are suppose to be. There is an example of the plot I have to make ...

meer dan 3 jaar ago | 1 answer | 0

1

answer

Question


Extra value in my work
function MyRoots = MyCubicRoot(a_3,a_2,a_1,a_0) a = a_2/a_3; b = a_1/a_3; c = a_0/a_3; Q = (a^2 - 3*b)/9; R = (2*a^3 - 9*a*...

meer dan 3 jaar ago | 1 answer | 0

1

answer

Question


Fin heat transfer Matrix
I need help solving this matrix with the equations given to me: For the first node: T_1 = T_b for the internal nodes: (T_2,T_3...

meer dan 3 jaar ago | 1 answer | 0

1

answer

Question


Regula–Falsi Method
I keep getting an error saying: Error in solution: Line: 1 Column: 34 Invalid expression. Check for missing multiplication ope...

meer dan 3 jaar ago | 1 answer | 0

1

answer

Question


Help with secant method
Hi I need help finsing the root of this function(f =@(x) 0.99^2*2*pi*x-tanh(2*pi*x)) using the Secant method. I would help find...

meer dan 3 jaar ago | 1 answer | 0

1

answer

Question


Vingetting an image using loop
This is my work below I keep getting a black image for my vinColor. Any suggestions? Color = imread('sunflower.jpg'); Center =...

meer dan 3 jaar ago | 1 answer | 0

1

answer

Question


Multiply/divided two tables
How would I mulyiply two tables togther. I have one table and I took two columns from the table and I want to multiply them togt...

meer dan 3 jaar ago | 2 answers | 0

2

answers

Question


create a loop to determine the pixel distance from the center using the distance formula
using the distance formula I need to find the the pixel distance from the center of my image 'sunflower.jpg'. I have found the c...

meer dan 3 jaar ago | 1 answer | 0

1

answer

Question


help with location of within image
I would like help with the following, You will then pass the i, j as inputs (along with any other necessary information) to a l...

meer dan 3 jaar ago | 0 answers | 0

0

answers

Question


sine approximation using a loop
https://grader.mathworks.com/courses/20611-cmpsc-200-section-003-fa20/problems/214057-sine-approximation-loop-selection-factoria...

meer dan 3 jaar ago | 1 answer | 0

1

answer

Question


Help with storing values for the loop I created want to store them with where they are located on the vector
Help with storing values for the loop I created want to store them with where they are located on the vector the vector is [4 1...

meer dan 3 jaar ago | 2 answers | 0

2

answers