photo

masoud sistaninejad


Last seen: 8개월 전 2019년부터 활동

Followers: 0   Following: 0

메시지

MSc mechatronic engineering

통계학

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

배지 보기

Feeds

보기 기준

문제를 풀었습니다


Project Euler: Problem 1, Multiples of 3 and 5
If we list all the natural numbers below 10 that are multiples of 3 or 5, we get 3, 5, 6 and 9. The sum of these multiples is 23...

대략 1년 전

답변 있음
Not able to convert string to seconds! Even though I am using datenum function. How can it be solved?
in MATLAB R202a and later you can use datetime command like this ... t1 = '12:10:02.908990' datetime(t1)

1년 초과 전 | 0

답변 있음
delete element from vector
A = [ 1 2 3 4 5 6 7] B = [1 3 6] C = setdiff(A,B)

3년 초과 전 | 10

답변 있음
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 - ...

3년 초과 전 | 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...

3년 초과 전 | 0

답변 있음
Baseline Correction of IR Spectra
data = your data order = 2 %order must be greater than 0 out = detrend(data,order)

거의 4년 전 | 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)

거의 4년 전 | 4

질문


pspice slps and simulink
Greetings and Regards Please help to resolve the issue : Error while obtaining sizes from MEX S-function 'slpsblk' in 'RCMDL...

5년 초과 전 | 답변 수: 2 | 0

2

답변