Community Profile

photo

masoud sistaninejad


Last seen: 19日 前 2019 年からアクティブ

MSc mechatronic engineering

Statistics

  • Revival Level 1
  • First Review
  • First Answer
  • Explorer

バッジを表示

Content Feed

表示方法

回答済み
delete element from vector
A = [ 1 2 3 4 5 6 7] B = [1 3 6] C = setdiff(A,B)

1年以上 前 | 7

回答済み
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 - ...

1年以上 前 | 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...

1年以上 前 | 0

回答済み
Baseline Correction of IR Spectra
data = your data order = 2 %order must be greater than 0 out = detrend(data,order)

約2年 前 | 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)

約2年 前 | 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

2

回答