photo

Akshit Bagde


Last seen: 3년 초과 전 2021년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

0 질문
5 답변

순위
3,381
of 300,343

평판
16

참여
0 질문
5 답변

답변 채택
0.00%

획득한 표
0

순위
 of 20,926

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 168,172

참여
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')

4년 초과 전 | 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)

4년 초과 전 | 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 '||'

4년 초과 전 | 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...

4년 초과 전 | 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;

4년 초과 전 | 0

| 수락됨