photo

Ayush

MathWorks

Last seen: 7 mois il y a Actif depuis 2023

Followers: 0   Following: 0

Statistiques

All
MATLAB Answers

0 Questions
8 Réponses

Cody

0 Problèmes
60 Solutions

RANG
1 693
of 301 653

RÉPUTATION
40

CONTRIBUTIONS
0 Questions
8 Réponses

ACCEPTATION DE VOS RÉPONSES
0.00%

VOTES REÇUS
5

RANG
 of 21 377

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG
9 256
of 175 992

CONTRIBUTIONS
0 Problèmes
60 Solutions

SCORE
813

NOMBRE DE BADGES
3

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

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

Afficher les badges

Feeds

Afficher par

Réponse apportée
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...

presque 3 ans il y a | 0

| A accepté

Réponse apportée
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...

presque 3 ans il y a | 1

Réponse apportée
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...

presque 3 ans il y a | 0

Réponse apportée
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,...

presque 3 ans il y a | 1

| A accepté

Réponse apportée
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...

presque 3 ans il y a | 1

| A accepté

Réponse apportée
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...

presque 3 ans il y a | 1

| A accepté

Réponse apportée
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)...

presque 3 ans il y a | 1

Réponse apportée
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...

presque 3 ans il y a | 0