photo

malik abdelli


Last seen: 1일 전 2023년부터 활동

Followers: 0   Following: 0

통계

All
MATLAB Answers

10 질문
0 답변

Cody

0 문제
10 답안

순위
241,105
of 301,481

평판
0

참여
10 질문
0 답변

답변 채택
100.0%

획득한 표
0

순위
 of 21,298

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위
35,502
of 174,744

참여
0 문제
10 답안

점수
135

배지 수
3

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Solver
  • Thankful Level 3

배지 보기

Feeds

보기 기준

문제를 풀었습니다


Fibonacci sequence
Calculate the nth Fibonacci number. Given n, return f where f = fib(n) and f(1) = 1, f(2) = 1, f(3) = 2, ... Examples: Input...

3일 전

문제를 풀었습니다


Add two numbers
Given a and b, return the sum a+b in c.

3일 전

문제를 풀었습니다


Arrange Vector in descending order
If x=[0,3,4,2,1] then y=[4,3,2,1,0]

19일 전

문제를 풀었습니다


Inner product of two vectors
Find the inner product of two vectors.

19일 전

문제를 풀었습니다


Create a vector
Create a vector from 0 to n by intervals of 2.

19일 전

문제를 풀었습니다


Vector creation
Create a vector using square brackets going from 1 to the given value x in steps on 1. Hint: use increment.

19일 전

문제를 풀었습니다


Get the length of a given vector
Given a vector x, the output y should equal the length of x.

19일 전

문제를 풀었습니다


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

19일 전

문제를 풀었습니다


MATLAB Counter
Write a function f = counter(x0,b) to construct a counter handle f that counts with an initial value x0 and a step size b. E...

25일 전

문제를 풀었습니다


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

26일 전

질문


External constant frequency in Programmable Voltage Source (Three-Phase) produces current, internal constant does not
Hi everyone, I am using the Simscape Electrical Programmable Voltage Source (Three-Phase) block and noticed a behavior that I ...

28일 전 | 답변 수: 1 | 0

1

답변

질문


making a simulink model ?
Hello I want to make a model with a varible "D". The value of this variable can be manually changed and it has a range form 0 ...

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

1

답변

질문


Change The structure of a Variable
Hello i wanted to ask how i can change the format of this struct. The image below shows the struct and how it looks when i clic...

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

2

답변

질문


Find zeropoints with interpolation
Hello i have a very long vector a = [2000000x1]. I want to find the indexes of all the zeropoints in this vektor, when the valu...

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

3

답변

질문


transfer Matlab Workspace to Excel
Hello i wanted to know how to transfer the data i have in my workspace to Excel automatically after running my code, my data a...

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

1

답변

질문


Interpolating the indexes of values in a Vector
hi i have a Vector lets say a = [2 4 6 8 10 12 14 16]; and i have a value "b" that can change. I want to write a code that c...

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

2

답변

질문


Question about selecting elements in a vektor
Hi i have a vektor that is 1x7200 long. i want to get the value at index 500 and then the following 1000 values after that ind...

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

1

답변

질문


Choosing Elements from a Vector.
Hello, Lets say I have a Vector A = [0 1 2 3 4 5 6 7 8 9] , i want to choose the number 5 for example and 2 elements after th...

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

1

답변

질문


Problem with a for loop?
Hello i want to write a for loop inside another for loop . I drew this as an example to make it easier to understand. My i...

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

1

답변

질문


Associating numbers to a Vector and interpolating values in a Table?
Hello I have some data that i mesured at 3 different pressure levels. At 250 bar, 400bar and 550 bar. I wrote that data in a 3...

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

1

답변