MATLAB QUESTIONS & EXPERT ANSWERS

Ask an expert. Trust the answer.
Your academic and career questions answered by verified experts.

Illustration
How do I run a model in Simulink from my MATLAB function where my Simulink parameters are defined in this function?
Rebeccashah - 2020-07-31

I want to simulate a model using the SIM command from inside a MATLAB function. My model has mask parameters that are variables defined in my function...

How do I make a univariate function handle out of a multivariate function?
Anaishasingh - 2020-07-31

I want to use the eigs function with function handle input:   d = eigs(Afun,n,___) Here Afun is a function handle, which -for generic vector x- retur...

The right way to create a user function inside a GUIDE
Amoli - 2020-07-31

The gui have an axes and a table, the ideal is when the user changed some shared data, then both the axes and table are need to be updated. How can I ...

FFT Analysis,denoising And Filtering Of ECG Signal
technicalsource9 - 2020-07-31

Steps involved   1 Reading ECG signal   2) Change input signal from time domain to frequency domain(FFT analysis)   3) Filter the signal in frequen...

Finding Number of Events with Values Consectively Greater Than a Threshold
Mahikaserawat - 2020-07-29

I have temperature data called tmax (2650x1 double) that is basically just temperatures every single day in a row. Im trying to find the number of eve...

How to make a matrix from the cells inside the cell?
Bellasmith - 2020-07-29

Hi! I have a cell variable, the size is 4 by 3. The third column of the variable contains cells again. I want to extract the numbers that I have insid...

How to find the non-zero minimum of a subset of matrix elements
Savannah - 2020-07-29

I'm trying to find the non-zero miumum of a subset of elements in a matrix in a similar manner to that of using   minimum = min(A(A>0)) As an example...

How do I create a 2 column matrix from my x and y data
Poppy - 2020-07-29

I want to make a 2 column matrix for my x and y data which consists of 1000 datapoints, I have tried this and it replaces only one column: x=[0 1 2 3 ...

How to insert a n x m matrix or table, into an existing table?
Shrishtisharma - 2020-07-28

I would like to nest an n x m matrix into a table, by using a for loop to populate each row of the table with a corresponding matrix. I am running mat...

How can I create a LaTeX table from a MATLAB array?
Isabellasmith - 2020-07-28

I would like to create a LaTeX table from a MATLAB array....

Get a Free Consultation or a Sample Assignment Review!