Feeds
提问
How can I choose what to plot using DropDown in App Designer?
I want to use DropDown to plot these two codes: x1 = 0:pi/100:n*pi; y1 = sin(x); and: x2 = 0:pi/100:n*pi; y2 = cos(x); Whe...
5 years 前 | 1 个回答 | 0
1
个回答提问
How do I linspace this plot?
I'm trying to slice a plot into sectors using linspace. This is the code I'm using: c = 3e+8; % Speed of light [m/sec] lambda ...
6 years 前 | 1 个回答 | 0
1
个回答提问
How do I find what y equals from an equation?
Hi, I'm trying to solve an equation to get the answer of y. I used this code to help me find y, but got this error (Error in Unt...
6 years 前 | 1 个回答 | 0

