photo

Ayush

MathWorks

Last seen: 7개월 전 2023년부터 활동

Followers: 0   Following: 0

통계

All
MATLAB Answers

0 질문
8 답변

Cody

0 문제
60 답안

순위
1,694
of 301,517

평판
40

참여
0 질문
8 답변

답변 채택
0.00%

획득한 표
5

순위
 of 21,314

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위
8,922
of 175,060

참여
0 문제
60 답안

점수
813

배지 수
3

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Community Group Solver
  • Introduction to MATLAB Master
  • Knowledgeable Level 2
  • First Answer
  • Solver

배지 보기

Feeds

보기 기준

답변 있음
How to add an element to an entire array?
Hi @Ada, One thing you can try is storing elements of array in form of string and then you can add apostrophe to them.Then whe...

2년 초과 전 | 0

| 수락됨

답변 있음
how can i model battery of constant voltage while charging and discharging with faster charging and discharging time
Hi @nitin kumar, To model a battery with constant voltage during charging and discharging, you can use a simplified approach by...

거의 3년 전 | 1

답변 있음
What is the best way to design home appliances for Off-Grid PV system in Simulink?
Hi @Yusuf Alghamdi, As details in the question are very general, I hope you are looking for a general approach for designing th...

거의 3년 전 | 0

답변 있음
How to maintain DC link voltage constant in Grid tied Photovoltaic System?
Hi Mohammad If the DC link voltage is not constant in a grid-connected single-phase inverter when implementing current control,...

거의 3년 전 | 1

| 수락됨

답변 있음
How to achieve rotation invariant using inertia matrix?
Hi Huahua, When computing the eigenvectors of the inertia matrix to obtain the rotation matrix, it is indeed possible to obtain...

거의 3년 전 | 1

| 수락됨

답변 있음
looking for convenient way to extract matrix from 1*n*n
Hi YuLi, You can use squeeze function here: A=zeros(5,5,5); size(A) ;%5x5x5 B=sum(A,1); size(B) %1x5x5 C=squeeze(B); siz...

거의 3년 전 | 1

| 수락됨

답변 있음
api.thigspeak vs mqtt.thingspeak
Hi Gulzar, Answering all your queries one by one: Query 1 : Are the two thingspeak APIs for read and write are for HTTP (REST)...

거의 3년 전 | 1

답변 있음
Turned image into matrix
Hi Putra, Actually here we can use imread function: img1=imread('owl.0.jpg'); img2=imread('owl.1.jpg'); img3=imread('owl.2.jp...

거의 3년 전 | 0