STamer - MATLAB Central
photo

STamer


Istanbul Teknik Universitesi

自 2012 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB AnswersFrom 03/12 to 04/25Use left and right arrows to move selectionFrom 03/12Use left and right arrows to move left selectionTo 04/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

14 个提问
3 个回答

排名
162,341
of 298,180

声誉
0

贡献数
14 个提问
3 个回答

回答接受率
85.71%

收到投票数
0

排名
 of 20,546

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 160,541

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 3

查看徽章

Feeds

排序方式:

提问


easy question- matrix divide
Dear friends, I have relatively easy question for you. I couldn't manage it. I'm loading (dlmread) a huge matrix as a text f...

11 years 前 | 2 个回答 | 0

2

个回答

提问


Inverse of a singular matrix?
I'm dealing with matrixes and I need to find inverse of them. But unfortunately Matlab has a warning for me. Warning: Matrix...

11 years 前 | 1 个回答 | 0

1

个回答

提问


how to stop for loop?
for j=rr-3 for i=1:rr-1 if X(i)<=t(j) && t(j)<=X(i+1) N{1}(j,i)=1; else N{...

11 years 前 | 2 个回答 | 0

2

个回答

提问


Building matrix using vectors?Easy question.
P{1}, P{2}...P{n} are my vectors. And I want P{1} is first row of my matrix.P{2} second row of my matrix. How can I do this? ...

11 years 前 | 3 个回答 | 0

3

个回答

已回答
How can I put my results in Matrix form?(Easy question.)
Okay guys! I did it truly. Thanks in any case.

11 years 前 | 0

| 已接受

提问


How can I put my results in Matrix form?(Easy question.)
t x y 0 0 0 0.1 0.2994 0.8057 0.2 0.7725 1.4753 0.3 1.4192 2.0088 0.4 2.2 2.3795 0.5 2.9867 2.4999 0.6 3....

11 years 前 | 1 个回答 | 0

1

个回答

已回答
How can I build a Matrix dependencies of a variabel and a matrix? Easy question..
Thank you so much sir! Finally, N{1} is known, k is integer, rr is integer.However I couldn't apply "find" built-in functi...

12 years 前 | 0

提问


How can I build a Matrix dependencies of a variabel and a matrix? Easy question..
**Here is an example*, ** N3 uses N2 and one "k" variable(k is 3 for N3). But I entered k variable by hand. Since I want to f...

12 years 前 | 2 个回答 | 0

2

个回答

提问


Matrix formed by Vectors?Easy question.
I have a matrix size=10x10. And I want to obtain each column as a vector. Or vectors will create a matrix. How can I do that?...

12 years 前 | 2 个回答 | 0

2

个回答

提问


How can I generalize this for loop?
*My question is easy. How can I generalize this for loop?* ----------------------- for i=1:r t(1)=(d(1))/total ...

12 years 前 | 3 个回答 | 0

3

个回答

提问


Fortran to Matlab, B-Spline,
program bspline_fit use toolbox implicit none integer :: ord,typ,ni,no real :: t,dt real, alloc...

12 years 前 | 0 个回答 | 0

0

个回答

提问


Why this code does Not work?
function [B, id] = nrbbasisfun (points, nrb) % NRBBASISFUN: Basis functions for NURBS % % Calling Sequence: % % B ...

12 years 前 | 1 个回答 | 0

1

个回答

提问


Buildind special vector? V(3)=V(6)=V(9)...=0
How can I build V=[1 1 0 1 1 0 1 1 0 1 1 0....]vector.I want to put N value and it will reply me V vector.. Elements fo V ...

12 years 前 | 2 个回答 | 0

2

个回答

提问


How can generalize several "For loop" ?
Hello; I want to generalize the expression.It goes "for i=5:n"......"for i=n:n". I tried nested loop statement but couldn'...

12 years 前 | 1 个回答 | 0

1

个回答

已回答
How can generalize severel "For loop" ?
A=input('Enter nxn matrix:') B=input('Enter solution matrix(n*1):') [n n]=size(A); L=zeros(n); for i=1:n L(i,i)=1...

12 years 前 | 0

提问


How can generalize severel "For loop" ?
for i=1:n L(i,i)=1; end for i=2:n L(i,1)=A(i,1)/A(1,1); end for i=3:n L(i,2)=A(i,2)/A(2,2); end for i...

12 years 前 | 2 个回答 | 0

2

个回答

提问


common multiplicity.or I can't obtain results.
clear all clc syms a1 a2 a3 a4 a5 z lamda El atm L m N1=(z^2)*(z-L); N2=(z^3)*(z-L); N3=(z^4)*((z-L)^2); v=a...

13 years 前 | 1 个回答 | 0

1

个回答