masoud sistaninejad
Followers: 0 Following: 0
MSc mechatronic engineering
Statistics
RANK
2 198
of 295 448
REPUTATION
28
CONTRIBUTIONS
1 Question
6 Answers
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
14
RANK
of 20 227
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
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)
mer än ett år ago | 0
delete element from vector
A = [ 1 2 3 4 5 6 7] B = [1 3 6] C = setdiff(A,B)
ungefär 3 år ago | 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 - ...
mer än 3 år ago | 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...
mer än 3 år ago | 0
Baseline Correction of IR Spectra
data = your data order = 2 %order must be greater than 0 out = detrend(data,order)
nästan 4 år ago | 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)
nästan 4 år ago | 4
Question
pspice slps and simulink
Greetings and Regards Please help to resolve the issue : Error while obtaining sizes from MEX S-function 'slpsblk' in 'RCMDL...
mer än 5 år ago | 2 answers | 0