Community Profile

photo

Akshit Bagde


Last seen: presque 2 ans il y a Actif depuis 2021

Followers: 0   Following: 0

Statistiques

  • Knowledgeable Level 2
  • First Answer

Afficher les badges

Feeds

Afficher par

A répondu
Convert values in the cell to array using cell2mat
Convert the cell array to a row vector, and then try. It should work cell2mat(output1')

presque 3 ans il y a | 0

A répondu
How can I apply zero of G(s) to my code
Hi Lee, If you want to calculate the zeros of a transfer fucntion, you can use zero fucntion zero(sys)

presque 3 ans il y a | 0

| A accepté

A répondu
How to write a character sequence for parallel symbol?
\parallel is not available in MATLAB - here However, You can use either '\mid\mid' or '||'

presque 3 ans il y a | 0

| A accepté

A répondu
Create a new struct array from values of old struct array satisfying condition
Hi! You are creating a 'char' array while using [struct_out.condition], and hence ending up getting only one logical output ins...

presque 3 ans il y a | 0

| A accepté

A répondu
how to insert zeros in a certain column of only one row.
You can do this A = ones(1,210); A(116:170) = 0;

presque 3 ans il y a | 0

| A accepté