photo

Akshit Bagde


Last seen: 3年弱 前 2021 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

0 質問
5 回答

ランク
3,510
of 297,503

評判
16

コントリビューション
0 質問
5 回答

回答採用率
0.00%

獲得投票数
0

ランク
 of 20,449

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 159,017

コントリビューション
0 問題
0 解答

スコア
0

バッジ数
0

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • Knowledgeable Level 2
  • First Answer

バッジを表示

Feeds

表示方法

回答済み
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')

3年以上 前 | 0

回答済み
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)

3年以上 前 | 0

| 採用済み

回答済み
How to write a character sequence for parallel symbol?
\parallel is not available in MATLAB - here However, You can use either '\mid\mid' or '||'

3年以上 前 | 0

| 採用済み

回答済み
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...

3年以上 前 | 0

| 採用済み

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

3年以上 前 | 0

| 採用済み