FraFal
Followers: 0 Following: 0
Feeds
已回答
a question about plotting
Hi, if you want to mantain your plot design, you can indexing your array. As example: figure(1); hold on: plot(SV(1), 'co-'...
a question about plotting
Hi, if you want to mantain your plot design, you can indexing your array. As example: figure(1); hold on: plot(SV(1), 'co-'...
5 years 前 | 0
| 已接受
已回答
How to construct matrix?
Hi, I don't know if I understood correctly, but you can concatenate two matrices: M1 = ones( size(M) ); --> matrix of '1'; M2...
How to construct matrix?
Hi, I don't know if I understood correctly, but you can concatenate two matrices: M1 = ones( size(M) ); --> matrix of '1'; M2...
5 years 前 | 0
已回答
Simulink "variable block"
Hi, if you want to use variables as input/parameters not constants, you can define the parameter in MATLAB workspace and use t...
Simulink "variable block"
Hi, if you want to use variables as input/parameters not constants, you can define the parameter in MATLAB workspace and use t...
5 years 前 | 0
提问
How to use "from workspace" in the same Simulink model as internal parameter in a block?
Hi all, I've the model in figure: <</matlabcentral/answers/uploaded_files/134397/question.PNG>> I want to use "value.Data...
6 years 前 | 0 个回答 | 0