photo

babita thadari


2016년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

7 질문
0 답변

순위
220,883
of 300,364

평판
0

참여
7 질문
0 답변

답변 채택
28.57%

획득한 표
0

순위
 of 20,934

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 168,407

참여
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

답변