photo

karthik n n


Last seen: 2일 전 2018년부터 활동

Followers: 0   Following: 0

통계

All
MATLAB Answers

5 질문
1 답변

Cody

0 문제
14 답안

순위
5,864
of 302,143

평판
8

참여
5 질문
1 답변

답변 채택
40.0%

획득한 표
2

순위
 of 21,573

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위
32,159
of 179,406

참여
0 문제
14 답안

점수
161

배지 수
1

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 2
  • Explorer
  • Thankful Level 1
  • Knowledgeable Level 1
  • First Answer
  • Solver

배지 보기

Feeds

보기 기준

문제를 풀었습니다


Maximum value in a matrix
Find the maximum value in the given matrix. For example, if A = [1 2 3; 4 7 8; 0 9 1]; then the answer is 9.

13일 전

문제를 풀었습니다


Fix the last element of a cell array
Note: this is lifted directly from <http://www.mathworks.com/matlabcentral/answers/82825-puzzler-for-a-monday Puzzler for a Mond...

13일 전

문제를 풀었습니다


Cell Counting: How Many Draws?
You are given a cell array containing information about a number of soccer games. Each cell contains one of the following: * ...

14일 전

문제를 풀었습니다


Remove element(s) from cell array
You can easily remove an element (or a column in any dimension) from a normal matrix, but assigning that value (or range) empty....

14일 전

문제를 풀었습니다


Convert a Cell Array into an Array
Given a square cell array: x = {'01', '56'; '234', '789'}; return a single character array: y = '0123456789'

14일 전

문제를 풀었습니다


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

14일 전

문제를 풀었습니다


Convert a numerical matrix into a cell array of strings
Given a numerical matrix, output a *cell array of string*. For example: if input = 1:3 output is {'1','2','3'} whic...

14일 전

문제를 풀었습니다


Create a cell array out of a struct
Create a cell array out of a (single) struct with the fieldname in the first column and the value in the second column: in: ...

14일 전

문제를 풀었습니다


Cell joiner
You are given a cell array of strings and a string delimiter. You need to produce one string which is composed of each string fr...

14일 전

질문


How to write data to Confluence page using m-script?
I need to automate writing data to Confluence page through matlab scripting.

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

1

답변

문제를 풀었습니다


Doubling elements in a vector
Given the vector A, return B in which all numbers in A are doubling. So for: A = [ 1 5 8 ] then B = [ 1 1 5 ...

3년 초과 전

문제를 풀었습니다


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

3년 초과 전

문제를 풀었습니다


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

3년 초과 전

문제를 풀었습니다


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

3년 초과 전

질문


How accurately Simscape Multibody calculates volume of a complex custom cad file solid?
I have a very complex cad file solid in STEP format. If i calculate the inertial properties of the solid from its geometry by pr...

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

1

답변

질문


Does Motor control Blockset supports F28379D control card?
I have TMDSHVMTRPFCKIT High Voltage Motor Control Evaluation board with F28379D Control card. Will the Motor Control Blockset LA...

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

1

답변

질문


How to connect Revolute Joint to an Asynchronous Machine?
I need to connect Specialized Power Electronics Asynchronous Machine (240W Induction Motor) to Revolute Joint which eventually s...

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

1

답변

질문


How to specify rotor inertia in asynchronous machine if speed is selected as mechanical input?
If speed is selected as mechanical input in specialized power electronics asynchronous block, option to specify inertia constant...

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

1

답변

답변 있음
Unable to import CAD geometry in Simscape Multibody
Hi Steve, The file is converted to .xml and .STEP, and now we are able to read the file content. Thanks for providing the inf...

7년 초과 전 | 2

문제를 풀었습니다


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

거의 8년 전