rasika
Missouri University of Science & Technology
Followers: 0 Following: 0
Statistics
2 Questions
0 Answers
RANK
108,988
of 301,440
REPUTATION
0
CONTRIBUTIONS
2 Questions
0 Answers
ANSWER ACCEPTANCE
100.0%
VOTES RECEIVED
0
RANK
of 21,282
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 174,580
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Discussions
AVERAGE NO. OF LIKES
Feeds
Question
How to get Matlab to solve an equation involving log(x) and a constant*x on LHS and log of a vector on RHS?
syms cell A=0.079; B=6*10^-9; C=3.5*10^-10; R=37; Is=260; I=111; solve('3.5*10^-10*(50-37)*cell-2.5*2*cell^3+19*2.5...
14 years ago | 2 answers | 0
2
answersQuestion
How to get a simplified output answer as a vector columnv from a definite integration loop?
I have this code for definite integration, where it is supposed to give 23 values as an o/p, but instead of giving values in rou...
14 years ago | 1 answer | 0
