sawasawa
Followers: 0 Following: 0
Feeds
提问
How to make a grid periodic
I have the code below to plot grid lines for the y values clear all; close all; clc; y =[-0.906 -0.120 0.664 1.450 ...
3 years 前 | 1 个回答 | 0
1
个回答提问
Finding position of value in an array
I'm working on some code and here's a portion of it clear all; close all; clc; y = [-3.2628 -2.4774 -1.6920 -0.9066 -0...
3 years 前 | 2 个回答 | 0
2
个回答提问
Is there a way to get an 8 x 1 matrix instead of 8 x 3 using dec2bin or any other?
dec2bin (2 ^ n-1: -1: 0) - '0'
3 years 前 | 2 个回答 | 0