photo

George


2011년부터 활동

Followers: 0   Following: 0

메시지

통계

MATLAB Answers

14 질문
0 답변

순위
23,558
of 300,759

평판
1

참여
14 질문
0 답변

답변 채택
57.14%

획득한 표
1

순위
 of 21,081

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 170,900

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 3

배지 보기

Feeds

보기 기준

질문


installation issue -- cp: copy error «/tmp/mathworks_9300/bin/glnxa64/libstdc++.so.6»: No free space in device
Hello , I am trying to install Matlab but when I execute the 'install' script it shows me: cp: copy error «/tmp/mathworks_9...

12년 초과 전 | 답변 수: 1 | 0

1

답변

질문


How do I remove duplicate values from vector without using unique (out of bounds problem)?
I have a vector of numbers which has 6 elements from user input. I want to replace any duplicate values with another value. ...

거의 13년 전 | 답변 수: 1 | 0

1

답변

질문


implementing taylor series with loop
I want to implement taylor series for sinx with loop. So , : angle=input('Insert angle in degrees\n'); x=angle*2*pi...

거의 13년 전 | 답변 수: 1 | 0

1

답변

질문


how to use sum?
I am trying to use sum but with no success! For example: n=1:20; sum(n./2.^n) or: n=20; k=1:n; sum(k);...

거의 13년 전 | 답변 수: 1 | 0

1

답변

질문


In an assignment A(I) = B, the number of elements in B and I must be the same.
Hello, I want to make 4 plots in one according to below: R=8.3145; n=1; V=linspace(1,10,1000); T=[100,200,300,40...

거의 13년 전 | 답변 수: 1 | 0

1

답변

질문


find the minimum value of x that corresponds to maximum value of theta
Hello , I have : x=30:0.5:300; h=180; hypot=sqrt(x.^2+h.^2); phi=asind(h./hypot); theta=90-phi; Now ...

거의 13년 전 | 답변 수: 1 | 0

1

답변

질문


error: index must be a positive integer or logical -- create movie --SOLVED
EDITED--> SOLVED Hello, i have this matlab code and it gives me the error i have in title. % solution of the scalar wave 1d...

14년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Converting a problem from Mathematica to MATLAB
I have this problem in mathematica and want to do it in MATLAB. steps[m_] := Table[2 RandomInteger[] - 1, {m}] Walk1D[n_] ...

거의 15년 전 | 답변 수: 2 | 0

2

답변

질문


extract randomly a pair from a list
Hello , i have this list a=[0,1];b=[1,0];c=[0,-1];d=[-1,0]; list=[a;b;c;d] I want to extract randomly one ...

거의 15년 전 | 답변 수: 1 | 0

1

답변

질문


matrix issue with null
Hello, i have this code in mathematica and i want to do it in matlab: T = Table[{Null, Null}, {Maxstep}] t = Table[Null, {M...

거의 15년 전 | 답변 수: 3 | 0

3

답변

질문


count bins
Hello, i need help in counting bins. I have this command in mathematica: nBin = BinCounts[dataX, {-5 sX, 5 sX, step}] ...

거의 15년 전 | 답변 수: 1 | 0

1

답변

질문


Integration of a function
I want to integrate fp(z) with z(0,x). I want an analytic expression. I have done this: f2z=@(z) 1./(z.^2+1); fpz=@(z) ...

거의 15년 전 | 답변 수: 2 | 0

2

답변

질문


Plot a matrix which has functions
I have these functions (in a script): fx = @ (x) exp(-x.^2); f1x = @ (x) 1/(x.^2+1); fpx = f1x/int(f1x,x,0,1) I wan...

거의 15년 전 | 답변 수: 2 | 0

2

답변

질문


Create a matrix with rand
I have a vector = 2*rand(1,3)-1 I want to create a matrix with x lines and columns the vectors. I have done the following:...

거의 15년 전 | 답변 수: 1 | 1

1

답변