Feeds
提问
Creating an Array in Simulink with Efficient Timing
Hello, I am building a model in Simulink. In this model, I need to create an array and save this array for analysis when the si...
4 years 前 | 0 个回答 | 0
0
个回答提问
Simulink Code Generation Error: Array of Classes Initalization
Hello, I am trying to built a Simulink function which keeps record of the statistics of the system by using array of classes. ...
4 years 前 | 1 个回答 | 0
1
个回答提问
Can SimEvent library components be used with HDL Coder?
Hi, I want to use Simulink to model my FPGA design by ısing HDL coder. I have all the necessary licenses(I've tried some basic ...
5 years 前 | 1 个回答 | 0
1
个回答已回答
Cant Use Reshape Function with Randi or Randperm
I found the error. permboxin_temp = dec2bin(permboxin_temp); When this line is used with randi, a double array is created rath...
Cant Use Reshape Function with Randi or Randperm
I found the error. permboxin_temp = dec2bin(permboxin_temp); When this line is used with randi, a double array is created rath...
5 years 前 | 0
| 已接受
提问
Cant Use Reshape Function with Randi or Randperm
Hi, I am trying to generate a random number vector and use it as shown in below: plaintextsamples = randi(65535,1,1000); for ...
5 years 前 | 2 个回答 | 0