Statistics
1 질문
5 답변
순위
3,759
of 257,947
평판
10
참여
1 질문
5 답변
답변 채택
0.0%
획득한 표
5
순위
of 110,170
참여
0 문제
0 해답
점수
0
배지 수
0
참여
0 게시물
참여
0 공개 채널
평균 평점
참여
0 Highlights
AVERAGE NO. OF LIKES
Content Feed
How can calculate ( MSE , NMSE , Correlation Coefficient ) for the output result of neural network ?
inputs = x_test ; % your test data inputs targets = y_test ; % your test data targets P = net(inputs); Error = targets - ...
10달 전 | 0
How to apply Law's Texture Filter to a picture?
clc clear close all I = imread("cameraman.tif"); imshow(I) averWindSize = 3; [ mapz ] = laws( I , averWindSize) imshow(ma...
10달 전 | 0
Baseline Correction of IR Spectra
data = your data order = 2 %order must be greater than 0 out = detrend(data,order)
1년 이상 전 | 0
How can I display a number with only two digits after the decimal point in MATLAB?
format shortg y = 3.3333333333333333333333333333333333333 y_out = round(y,2)
1년 이상 전 | 3
질문
pspice slps and simulink
Greetings and Regards Please help to resolve the issue : Error while obtaining sizes from MEX S-function 'slpsblk' in 'RCMDL...
3년 이하 전 | 답변 수: 2 | 0