回答済み 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...
約6年 前 | 1
回答済み 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 = ...
約6年 前 | 0
| 採用済み
質問
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...
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...
約6年 前 | 1 件の回答 | 1
1
回答
質問
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...