Community Profile

photo

Mesbahose Salekeen


Last seen: 2 years 前 自 2019 起处于活动状态

统计数据

  • Thankful Level 2
  • Thankful Level 1
  • First Review

查看徽章

Content Feed

排序方式:

提问


How to plot 3d plane of type where one variable is missing like x + y = 0.....
x = -2:.05:2; y = -2:.05:2; [X,Y] = meshgrid(x,y); now how do i define Z to relate with X,Y to create plane so i can do surf...

3 years 前 | 1 个回答 | 0

1

个回答

提问


plotting with variable parameter
let's say i want to plot a graph f(x)=x^3+b*x^2+1 but i want to visualize the graph as b changes lets say from -3 to 3 with ....

4 years 前 | 2 个回答 | 0

2

个回答

提问


derivative at various points in symbolic math toolbox
let say i have a vector. A=[1 2 4 6] now i am declaring a function using symbolic toolbox syms x f=x^2 how do you evaluate ...

4 years 前 | 1 个回答 | 0

1

个回答