photo

babita thadari


自 2016 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

7 个提问
0 个回答

排名
171,074
of 301,086

声誉
0

贡献数
7 个提问
0 个回答

回答接受率
28.57%

收到投票数
0

排名
 of 21,169

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 172,744

贡献数
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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 1 个回答 | 0

1

个回答