photo

babita thadari


2016 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

7 質問
0 回答

ランク
229,325
of 300,857

評判
0

コントリビューション
7 質問
0 回答

回答採用率
28.57%

獲得投票数
0

ランク
 of 21,097

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 171,361

コントリビューション
0 問題
0 解答

スコア
0

バッジ数
0

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • Thankful Level 1

バッジを表示

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

1

回答