photo

masoud sistaninejad


Last seen: 1 year 前 自 2019 起处于活动状态

Followers: 0   Following: 0

消息

MSc mechatronic engineering

统计学

All
MATLAB Answers

1 个提问
6 个回答

Cody

0 个问题
1 个答案

排名
2,020
of 300,262

声誉
32

贡献数
1 个提问
6 个回答

回答接受率
0.0%

收到投票数
16

排名
 of 20,900

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名
109,807
of 167,865

贡献数
0 个问题
1 个答案

评分
20

徽章数量
1

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • 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...

2 years 前

已回答
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)

2 years 前 | 0

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

4 years 前 | 12

已回答
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 - ...

4 years 前 | 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...

4 years 前 | 0

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

4 years 前 | 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)

5 years 前 | 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...

6 years 前 | 2 个回答 | 0

2

个回答