Community Profile

photo

H W


Last seen: 2 months ago Active since 2022

Followers: 0   Following: 0

Statistics

  • First Answer
  • Explorer

View badges

Feeds

View by

Answered
How to create a transparent, rectangular patch with rounded corners?
IN YOU FIGURE, you select the input rectange, open Attribute checker, set the facealpha. ok!

11 months ago | 0

Answered
How to design LSTM-CNN on deep network designer?
% Load data [XTrain,YTrain] = japaneseVowelsTrainData; % Define layers layers = [ sequenceInputLayer(12,'Normalization','no...

1 year ago | 0

Answered
CNN-LSTM in MATLAB
添加层分支 将网络分支添加到层次图中。每个分支均为一个线性层组。 tempLayers = [ sequenceInputLayer([20 25 3],"Name","sequence") sequenceFoldingLayer...

1 year ago | 0

Answered
How to Integrate EMG signal
iemg1=sum(abs(x1))/length(x1); % 求积分肌电值 rms1=sqrt(sum(x1.^2)/length(x1));% 求均方根值

1 year ago | 0

Answered
How to connect matlab with Bluetooth HC 05
Communicate with HC-06 over Bluetooth This example shows how to communicate with a HC-06 Bluetooth® module using Serial Port Pr...

2 years ago | 1