photo

Joe Martinez


2017년부터 활동

Followers: 0   Following: 0

메시지

통계

MATLAB Answers

9 질문
0 답변

순위
109,788
of 301,811

평판
0

참여
9 질문
0 답변

답변 채택
66.67%

획득한 표
0

순위
 of 21,419

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 176,692

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 3

배지 보기

Feeds

보기 기준

질문


How to extract data to a certain number?
Say for example I have an array, x=(1:0.25:10) and I want only the data points up to a certain number. How would I do this? L...

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

1

답변

질문


How can I evaluate the individual components of this array?
I have an array (for simplicity) [1,2,3,4,5,6,7,8,9,10] If the element in question is i, I would like to evaluate (i+2)-2*(i+...

8년 초과 전 | 답변 수: 2 | 0

2

답변

질문


need to analyze individual components of an array
So I am writing a function that will generate of an array. (lets use [1;2;3] as an example] I need to test each of these values...

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

1

답변

질문


How do I sum values of (x plus x-i) for (i=1 to x-1) using a while loop?
As a disclaimer, this is not homework. It is from an independent program which my instructor has given to anyone wanting additio...

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

1

답변

질문


How do I store the individul iterations of a loop in a matrix
Here is my code: for i=(1:1:6) s=sind(60*(i)); c=cosd(60*i) end what I want to get from this are two matr...

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

1

답변

질문


How do I store a function file to a variable?
I use a function file to run some computations and it looks something like this x_max(<input1,input2>=answer after the ...

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

1

답변

질문


I need help displaying this script
clc,clear i=0; for i=(1:1:6) s=sind(60*(i)); end The above is my script. I want to display every iteration...

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

1

답변

질문


How can I select specific values using this loop?
So i want to use a loop to calculate the sine(in degrees) of specific intervals on a 360 degree scale Here is what I have: ...

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

1

답변

질문


I need some help resolving and "inner matrix dimensions must agree" error
I would like to plot Y=5*x*exp(-3*x) where x=[0:.5:2.5] but I keep getting an error. What can I do to resolve this error?

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

1

답변