Feeds
提问
textscan to parse string
Hello, I am trying to use textscan to parse an IP address to get 4 integers: str = '48.2.81.56' integers = textscan(str...
13 years 前 | 1 个回答 | 0
1
个回答提问
Simulink simulation with continuous variables
I am simulating a feedback loop with a reference R = 2 and a plant that is a pure transport delay. The output should oscillat...
13 years 前 | 0 个回答 | 0
0
个回答提问
How can I plot a 3D histogram using hist3 with log scale?
Here is an example code: x = 1:20; y = 2*x; hist3([x' y']); set(gca,'zscale', 'log'); With the log scale on the...
13 years 前 | 1 个回答 | 0
