photo

Paul


Last seen: 대략 1년 전 2014년부터 활동

Followers: 0   Following: 0

메시지

통계

All
MATLAB Answers

4 질문
1 답변

Cody

0 문제
9 답안

순위
86,121
of 301,478

평판
0

참여
4 질문
1 답변

답변 채택
25.0%

획득한 표
0

순위
 of 21,296

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위
43,229
of 174,719

참여
0 문제
9 답안

점수
100

배지 수
1

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Solver

배지 보기

Feeds

보기 기준

질문


Is it possible to use logicals in an Matlab function in Stateflow?
In stateflow Chart I use a Matlab function with the line: Sel1 = P_Vor(:,1) >= t_MW_Start & P_Vor(:,1) < t_MW_End; In debu...

거의 11년 전 | 답변 수: 0 | 0

0

답변

문제를 풀었습니다


Column Removal
Remove the nth column from input matrix A and return the resulting matrix in output B. So if A = [1 2 3; 4 5 6]; and ...

거의 11년 전

문제를 풀었습니다


Is my wife right?
Regardless of input, output the string 'yes'.

거의 11년 전

문제를 풀었습니다


Select every other element of a vector
Write a function which returns every other element of the vector passed in. That is, it returns the all odd-numbered elements, s...

대략 11년 전

문제를 풀었습니다


Determine if input is odd
Given the input n, return true if n is odd or false if n is even.

대략 11년 전

문제를 풀었습니다


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 ...

대략 11년 전

문제를 풀었습니다


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

대략 11년 전

문제를 풀었습니다


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

대략 11년 전

문제를 풀었습니다


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:...

대략 11년 전

질문


How do i use dynamic variables with a matlab function in stateflow?
In my stateflow model I try to extend a matrix with a matlab function. I have the problem that I always get the error message: '...

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

0

답변

문제를 풀었습니다


Split a string into chunks of specified length
Given a string and a vector of integers, break the string into chunks whose lengths are given by the elements of the vector. Ex...

11년 초과 전

질문


how can i get the results of a simulink subsystem in one step?
My subsystem takes several steps to calculate the results. I Need to get the results in one step. I use a simulink model to cal...

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

0

답변

답변 있음
How can I add (timeseries) data to a constant in simulink when i get signal?
I found a solution. I took a "Lookup Table Dynamic". With that i can get the Data of the measure relative to the time when i get...

11년 초과 전 | 0

| 수락됨

질문


How can I add (timeseries) data to a constant in simulink when i get signal?
I have to simulate the energy consumption of a machine. Of this machine I have a list of movements, which has about 100000 lines...

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

1

답변