Prakash
Followers: 0 Following: 0
Feeds
提问
How to write Data at once in an excel sheet (avoid formation of excel sheet in every loop!)
A1 = {'addition','power'}; sheet=1; xlswrite('prkash',A1,sheet) for i=1:10 x(i)=1+i; y(i)=i^2; k=i+1; Dat...
8 years 前 | 1 个回答 | 0
1
个回答已回答
Hi, I would like create a vector using a for loop.
:-) Both answers are acceptable to me. Thanks!!
Hi, I would like create a vector using a for loop.
:-) Both answers are acceptable to me. Thanks!!
8 years 前 | 0
提问
Hi, I would like create a vector using a for loop.
P=1e3; i=6; for i=1:length(i) X(i)=P/1e3 end I expect following results X=[1e3 1e0 1e-3 1e-6 1e-9 1e-12 1e...
8 years 前 | 3 个回答 | 0
3
个回答提问
Fitting two straight lines and find the intersection.
I have the graph similar to x=1:10;y=x.^2; plot(x,y) or plot(y,x). I want to fit part of the graph (some initial portion) in one...
10 years 前 | 0 个回答 | 0

