Answered
how to generate square wave in matlab
Based on Rashmil Dahanayake's idea I made a simple function to generate regular square waves for discrete time. function sq = s...

meer dan 4 jaar ago | 1

Answered
How to make a list of iddata objects
Here is a solution. Use the index to assign to the cell array: % Loop through files for k = 1 : length(theFiles) file = ...

meer dan 4 jaar ago | 0

| accepted

Question


How to make a list of iddata objects
I'm loading data from a bunch of csv files and making each one into a iddata object. How do I create a collection from the resu...

meer dan 4 jaar ago | 1 answer | 0

1

answer

Question


Creating iddata from data in tables
I guess iddata won't accept data from a table. >> dataTable(1:5,:) ans = 5×5 table Time H1 H2 T1 ...

meer dan 4 jaar ago | 1 answer | 0

1

answer

Answered
How can I extract numerator and denominator as polynomials from a transfer function?
The answer is good but what if I want to go one step further? What if I want A(s) and B(s) where G(s) = B(s)/A(s)? This seems ...

meer dan 4 jaar ago | 0

Question


How to create a transfer function system model from code with given parameters?
I want to replicate a transfer function system model I created with tfest in code. Here is the model I want to replicate. >> t...

meer dan 4 jaar ago | 1 answer | 0

1

answer

Question


How to index the value returned by a Map
I'm new to MATLAB so please help me out here. I have a containers.Map that contains cell arrays. I want to get one of the cell...

meer dan 4 jaar ago | 1 answer | 1

1

answer

Question


Indexing directly on a matrix literal
I'm assuming it's not possible in MATLAB to index directly on a matrix literal. For example: Say I want to show the first 5 row...

meer dan 4 jaar ago | 1 answer | 0

1

answer

Answered
How to increase font size in the System Identification app window on Mac OS X?
I raised a support request and got this response: I am writing in reference to your Technical Support Case #03998547 regarding ...

meer dan 4 jaar ago | 2

| accepted

Answered
Is there an equivalent of MATLAB's find() in opencv or numpy?
I wasn't sure about this but you are correct. They both return indexes. I'll share these examples in case they help someone. ...

meer dan 4 jaar ago | 0

Question


How to increase font size in the System Identification app window on Mac OS X?
I've just started using the System Identification app for a course I am taking. I have an Apple Mac Mini with a 27" Thunderbolt...

meer dan 4 jaar ago | 1 answer | 0

1

answer