photo

karthik n n


Last seen: oltre un anno fa Attivo dal 2018

Followers: 0   Following: 0

Statistica

All
MATLAB Answers

5 Domande
1 Risposta

Cody

0 Problemi
5 Soluzioni

RANK
6.276
of 300.392

REPUTAZIONE
8

CONTRIBUTI
5 Domande
1 Risposta

ACCETTAZIONE DELLE RISPOSTE
40.0%

VOTI RICEVUTI
2

RANK
 of 20.934

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK
53.850
of 168.373

CONTRIBUTI
0 Problemi
5 Soluzioni

PUNTEGGIO
62

NUMERO DI BADGE
1

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

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

Visualizza badge

Feeds

Visto da

Domanda


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

oltre 2 anni fa | 1 risposta | 0

1

risposta

Risolto


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

quasi 3 anni fa

Risolto


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

quasi 3 anni fa

Risolto


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

quasi 3 anni fa

Risolto


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

quasi 3 anni fa

Domanda


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

circa 5 anni fa | 1 risposta | 0

1

risposta

Domanda


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

circa 5 anni fa | 1 risposta | 0

1

risposta

Domanda


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

quasi 6 anni fa | 1 risposta | 0

1

risposta

Domanda


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

quasi 6 anni fa | 1 risposta | 0

1

risposta

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

oltre 6 anni fa | 2

Risolto


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

circa 7 anni fa