Respondida
Perform elementwise substitution of vector of scalars into vector of equations.
Hi It is my understanding that you want substitute every value of t in each equation d. d = t^2/2 t^2 (3*t^...

alrededor de 3 años hace | 0

Respondida
how to create a loop of subfolders
Hi, It is my understanding that you want to create subfloders in loop. You may find this answer helpful.

alrededor de 3 años hace | 0

Respondida
How can I solve a sum of two variables function?
Hi Enzo, It is my understanding that you want to find intergation of series sum. You may these answers helpful Integration of ...

alrededor de 3 años hace | 1

Respondida
Creating output for quadradic roots that displays i if imaginary
Hi You may find Matlab "roots" useful to find roots of quadratic equation.

alrededor de 3 años hace | 0

Respondida
Arduino to Matlab Code
Hi Arduino code cannot be directly converted to matlab code. However you can use the following documentation "Getting Started ...

alrededor de 3 años hace | 0

Respondida
Defined domain integral(convoulution) in simulink
Hi It is my understanding that you want to do convolution of two matrices. You may find this documentation "2-D Convolution" ...

alrededor de 3 años hace | 0

Respondida
How to solve this error? Error:"Nonlinear iteration is not converging with step size reduced to hmin (9.59393e-15) at time 2.70045. Try reducing the minimum step size and/or relax the relative error tolerance."
Hi, This may occur when one of your signals is either diverging to +infinity or -infinity or changing too rapidly based on solv...

alrededor de 3 años hace | 0

Respondida
How to chamg a path
Hi Hazhan Majeed Here path means the location where your dataset has been saved. You can load your data by following line of c...

alrededor de 3 años hace | 0

Respondida
'Too many input arguments.' error (arima command)
Hi Seraphic, Can you share the details of Matlab version you are using?

alrededor de 3 años hace | 0

Respondida
Can I call my .m file code which is in regard with Deep Learning and applying LSTM?
Hi You may find this answer helpful.

alrededor de 3 años hace | 0

Respondida
Calculate frequency and rate of change of frequency
Hi To find the frequency components present in a signal, the signal can be transformed into frequency domain and frequencies ca...

más de 3 años hace | 0

Respondida
Convolve vector with audio file
Hi Matthew Strunks It is my understanding that you want to convolve your audio signal and FIR filter. Since convolution in tim...

más de 3 años hace | 0

Respondida
How do i reduce running time in this code
Hi Tzach Berlinsky, In the code you have provided using nested loops is not necessary. Since the body of loops is executed only...

más de 3 años hace | 0

Respondida
The Value of ValidaitonData is invalid
Hi, You may find this answer helpful.

más de 3 años hace | 0

Respondida
Spliting ground truth data into 70% for training, 30% for Validation
Hi Abdussalam Elhanashi It is my understand that you want to create a dataset from existing data for validation purpose. You m...

más de 3 años hace | 0

| aceptada

Respondida
Creating Fourier Analysis Code
Hi George Rodriguez, It is my understanding that you want to analyze a composite signal i.e., sum of different frequency signal...

más de 3 años hace | 0

Respondida
Probability of error for non-coherent FSK
Hi Zaki Ahmad, You may find the following link helpful. Performance of noncoherent FSK in AWGN channel.

más de 3 años hace | 0

Respondida
Differential Phase Shift Keying (DPSK)
Hi AHMAD, It is my understanding that you want to modulate your data using DPSK. If you have your message data, feel free to u...

más de 3 años hace | 0

| aceptada

Respondida
Data input for CNN training
Hi Junjie Huang You may find this answer helpful.

más de 3 años hace | 0

| aceptada

Respondida
Fuzzy text in MATLAB Live Editor
Hi Charles Refvem, This issue has been brought to the notice of developers. They may investigate further.

más de 3 años hace | 0

Respondida
How to find Hue and chroma values of images
Hi SNEHAMOL K You can try first converting the image color from L*a*b* color space to RGB color space using "lab2rgb" and the...

más de 3 años hace | 0

| aceptada

Respondida
Transsmiter image through QPSK modulate
Hi shmuel manashirov, To do QPSK modulation on any data, first you need to create an object to QPSK modulator. You can create ...

más de 3 años hace | 0

Respondida
Feedforward Nueral Networks Training
Hi Felicia Ojinji, It is my understanding that you want to calculate how much time has been taken by your network to train. Yo...

más de 3 años hace | 0

Respondida
rows and columns in array
Hi Rachel Ramirez, It is my understanding that you want To check how many times a number repeats in a particular row or colum...

más de 3 años hace | 0

| aceptada

Respondida
Concatenating multiple NetCDF files
Hi Tim Holgate, You may find this answer helpful.

más de 3 años hace | 0

| aceptada

Respondida
How to use Deep Learning Toolbox - FOR DATASET NOT IMAGES
Hi Matt Egan, It is my understanding that you want to know how to train a network with dataset which is not an image dataset. H...

más de 3 años hace | 0

Respondida
How to read out the strings from this Excel file?
Hi Leon, You can try using the following line of code. [~,~,T] = xlsread ('test.xlsx');

más de 3 años hace | 0

Respondida
How to understand the symbolic inverse fourier transform result?
Hi Fast Car, This issue of working with ifourier has been brought to the notice of developers. They may investigate the matter...

más de 3 años hace | 0

Respondida
How do I set my script for FFT of a physiological signal?
Hi It is my understanding that you want to plot single sided amplitude spectrum of a signal. As per my understanding, the i...

más de 3 años hace | 0

Respondida
How to upload multi files of .mat, then convert to image and crop the center region of the outcome image ? Automatically
Hi Mohamed Elbeialy, It is my understanding that you want to load a mat file , covert it into image and work on it. To unders...

más de 3 años hace | 0

Cargar más