Estadística
0 Preguntas
8 Respuestas
0 Problemas
60 Soluciones
CLASIFICACIÓN
1.694
of 301.517
REPUTACIÓN
40
CONTRIBUCIONES
0 Preguntas
8 Respuestas
ACEPTACIÓN DE RESPUESTAS
0.00%
VOTOS RECIBIDOS
5
CLASIFICACIÓN
of 21.314
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
8.922
of 175.060
CONTRIBUCIONES
0 Problemas
60 Soluciones
PUNTUACIÓN
813
NÚMERO DE INSIGNIAS
3
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
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...
más de 2 años hace | 0
| aceptada
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...
casi 3 años hace | 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...
casi 3 años hace | 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,...
casi 3 años hace | 1
| aceptada
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...
casi 3 años hace | 1
| aceptada
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...
casi 3 años hace | 1
| aceptada
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)...
casi 3 años hace | 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...
casi 3 años hace | 0




