karthik n n
Followers: 0 Following: 0
Statistics
RANK
6,094
of 295,486
REPUTATION
8
CONTRIBUTIONS
5 Questions
1 Answer
ANSWER ACCEPTANCE
40.0%
VOTES RECEIVED
2
RANK
of 20,236
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
How to write data to Confluence page using m-script?
I need to automate writing data to Confluence page through matlab scripting.
1 year ago | 1 answer | 0
1
answerSolved
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 ...
2 years ago
Solved
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 ...
2 years ago
Question
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...
4 years ago | 1 answer | 0
1
answerQuestion
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...
4 years ago | 1 answer | 0
1
answerQuestion
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...
5 years ago | 1 answer | 0
1
answerQuestion
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...
5 years ago | 1 answer | 0
1
answerUnable 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...
5 years ago | 2
Solved
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...
6 years ago