masoud sistaninejad
Followers: 0 Following: 0
MSc mechatronic engineering
Estadística
1 Pregunta
6 Respuestas
0 Problemas
1 Solución
CLASIFICACIÓN
2.198
of 295.448
REPUTACIÓN
28
CONTRIBUCIONES
1 Pregunta
6 Respuestas
ACEPTACIÓN DE RESPUESTAS
0.0%
VOTOS RECIBIDOS
14
CLASIFICACIÓN
of 20.227
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
101.039
of 153.872
CONTRIBUCIONES
0 Problemas
1 Solución
PUNTUACIÓN
20
NÚMERO DE INSIGNIAS
1
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Resuelto
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...
12 meses hace
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)
más de 1 año hace | 0
delete element from vector
A = [ 1 2 3 4 5 6 7] B = [1 3 6] C = setdiff(A,B)
alrededor de 3 años hace | 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 - ...
más de 3 años hace | 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...
más de 3 años hace | 0
Baseline Correction of IR Spectra
data = your data order = 2 %order must be greater than 0 out = detrend(data,order)
casi 4 años hace | 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)
casi 4 años hace | 4
Pregunta
pspice slps and simulink
Greetings and Regards Please help to resolve the issue : Error while obtaining sizes from MEX S-function 'slpsblk' in 'RCMDL...
más de 5 años hace | 2 respuestas | 0