Feeds
質問
How to find the maximum of a variable within a function ?
Hi, My question is, suppose I have a function like the following (got this eg. from MATLAB ODE solver help) function dy ...
13年以上 前 | 1 件の回答 | 0
1
回答回答済み
How to create a matrix such that all the row elements add up to 1 and the column elements add up to 1?
Thanks Sean for the code. I ran the code and it works. I have never used circshift before and thanks for introducing me to that ...
How to create a matrix such that all the row elements add up to 1 and the column elements add up to 1?
Thanks Sean for the code. I ran the code and it works. I have never used circshift before and thanks for introducing me to that ...
13年以上 前 | 0
質問
How to create a matrix such that all the row elements add up to 1 and the column elements add up to 1?
Hi, I'd like to create a NXN matrix, such that each of the row elements add up to 1 and each of the column elements add up t...
13年以上 前 | 3 件の回答 | 1
3
回答質問
Re: Question regarding ode45 solver
Hi, I have a question regarding ode45 solver. I have the following code: function [t,y] = rigid(ip1,tau1) odeFunction2 = ...
14年弱 前 | 0 件の回答 | 0
