Statistiques
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
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
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...
presque 3 ans il y a | 0
| A accepté
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
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
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é
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é
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é
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
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




