統計
MATLAB Answers
7 質問
0 回答
ランク
of 171,361
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
Hi, what does it mean 'Not Enough Input Arguements'? Even though i have provided the values, but i am still unable to find the reason for error.
function [dy r s] = getrate(t,y,param) % function for rate equations getname; s = zeros(param.n_species,param.n_rxn); r = ...
9年以上 前 | 0 件の回答 | 0
0
回答質問
Hi, I want to ask, what 'param.cref' is used for, in matlab while simulation?
i am new to matlab and simulation. thank you in advance. :)
9年以上 前 | 0 件の回答 | 0
0
回答質問
Hi, I want to ask, in ODE45 solver, how can we solve more than 4 or 5 eqautions simulatneosly?
even a good descriptive pdf would help me to understand. thank you in advance :)
9年以上 前 | 0 件の回答 | 0
0
回答質問
Hi, I want to plot a graph between time and amplitude(0,1) using if else loop insde the for loop.
mt time axis is in such w way that, from 0 to 1 the value of a is 1 on every value of t. for example at (t,a)=(0,0),(1,0.01),(1...
9年以上 前 | 1 件の回答 | 0
1
回答質問
I want to plot a square wave using for loop method. It is not the sine wave converted to square wave. The wave don't have negative values.
i am using t = [0:0.01:1]; x = 1:100; for i = 1:length(x); fi(i) = 1*x(i); end fi(i) plot(t,x,'b') I know the vecto...
9年以上 前 | 0 件の回答 | 0
0
回答質問
how do i use the for loop for multiplication table?
hi, i have tried to write the multiplication table for two, like this % multiplication table clc N = 1,2,3,4,5,6,7,8,9,10; f...
9年以上 前 | 3 件の回答 | 0
3
回答質問
I am using euler's program, and while evaluating the function it always tells like this 'Error: Function definitions are not permitted in this context'.
I am new to MATLAB programming and doesn't know how to use euler's method. please help me to understand that how should be execu...
9年以上 前 | 1 件の回答 | 0
