Amanda Liu
Followers: 0 Following: 0
Just getting into matlab. Hoping you can answer my question. ^^
Statistics
RANK
85,140
of 295,467
REPUTATION
0
CONTRIBUTIONS
7 Questions
0 Answers
ANSWER ACCEPTANCE
100.0%
VOTES RECEIVED
0
RANK
of 20,234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
Anonymous function or for loop?
Assume I have a simple electrical function of V=C*sin(t) where C is a constant which varies based on t intervals. I have used ...
3 years ago | 3 answers | 0
3
answersQuestion
Relationship between (i & j) of a nested for loop and (x & y) coordinates?
If I have a nested for loop: T=ones(n) for i = 1 : nx for j = 1 : ny T(i,j) = %something end end I understand...
3 years ago | 2 answers | 0
2
answersQuestion
Configure multiple lines of same Line Properties in a single line?
Assume that I have 4 primitive lines with the same Line Properties, can I configure all 4 Line Properties in a single line so th...
3 years ago | 1 answer | 0
1
answerQuestion
Contour is plotting my data in reflected order?
I'm using flip to solve this but is this intentional?
3 years ago | 2 answers | 0
2
answersQuestion
Why does my V returns a single scalar value?
% Given P = 3000; E = 7e10; h = 0.1; b = 0.005; t = 0.008; w1 = 0.15; w2 = 0.09; L = 2; % Input x0=0; dt=0.1; x=...
3 years ago | 1 answer | 0
1
answerQuestion
How do I supply different constants into a function of a loop?
My code is currently supplying 2 constants of A only. How do I supply another 2 constants of B into the same function? n=30; ...
3 years ago | 1 answer | 0
1
answerQuestion
Loop never stops?
Why does my loop never stops after I assign k1 & k2 as symbolic variables? n=10; T=sym(zeros(n,n)); T(1,:) = 410; % Top T(...
3 years ago | 1 answer | 0