답변 있음 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...