Rajat Powade
Followers: 0 Following: 0
Estadística
14 Preguntas
0 Respuestas
CLASIFICACIÓN
35.527
of 295.527
REPUTACIÓN
1
CONTRIBUCIONES
14 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
14.29%
VOTOS RECIBIDOS
1
CLASIFICACIÓN
of 20.242
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 154.057
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
Change Width of line
I want to change width of line that is passing from 80%capacity retention . I am attaching image and code below clc %crate=0...
más de 2 años hace | 2 respuestas | 0
2
respuestasPregunta
Intersection of two curves in matlab
Hi there i need to calculate intersection point of two curves. Please help i am attaching my code clc %crate=0:1:10; G=-I_BT;...
más de 2 años hace | 2 respuestas | 0
2
respuestasPregunta
Switch use in simulink
Hey i devloped model of HESS in simulink. I wanted to use two switches for buck and boost model i am attaching my circuit diagra...
más de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
Switch a mode using switches in simulink
Hi I have two converters in use and want to use two switche. I am attaching my circuit diagram below . If anyone have any idea h...
más de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
Continuous Powergui to Discrete Powergui
I devloped this model (Buck Converter) in simulink. It showing results in Continuous powergui. But i want to change it to Discre...
más de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
hybrid energy storage system for E-cycle
I got a model of hybrid energy storage system with boost converter and single buck-boost converter from mathworks. but i dont wa...
más de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
Combined two outputs into one
Hello There i developed model of Hybrid energy storage system. I want to combine both the soc of battery and supercapacitor toge...
casi 3 años hace | 1 respuesta | 0
1
respuestaPregunta
QSS toolbox 2018 version
Hello all, anyone have QSS Toolbox Latest version Available. I Have 2005 version, but i want latest version. Kidly help
casi 3 años hace | 1 respuesta | 0
1
respuestaPregunta
Battery Energy Storage System
I have deveopled Battery Energy Storage system in Simulink. But it showing some error . Please give some suggestions. sim('Bess...
casi 3 años hace | 1 respuesta | 0
1
respuestaPregunta
Battery Energy Storage system
I wanted to develop simulink model of Battery energy storage system for E-cycle Application. Model Should contain the driving cy...
casi 3 años hace | 1 respuesta | 0
1
respuestaPregunta
I want to Calculate how much Time my code take to simulate. What changes in the code should be considered
close all clc %Input paramters nx=10; %Number of grid points ny=nx; x=linspace(0,1,nx); y=linspace(0,1,ny); dx= x(2)-x(1)...
alrededor de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
My Matlab code for 1D convection Diffusion problem is taking too much time to execute
clc; clear all; phia=1; %Boundary Conditions phib=0; %Boundary Conditions gamma=0.1; L=1; %Length of a bar nx=5; %No. of s...
alrededor de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
FVM Method For 1D Convection Diffusion Problem Using 5 Control volumes with spacing of 0.2
Hello sir, I solved FVM method for 1D convection Diffusion problem with 5 Control Volumes and with a spacing of 0.2,and velocity...
alrededor de 3 años hace | 0 respuestas | 0
0
respuestasPregunta
2d Unsteady state heat conduction equation using Gauss-seidel method
I Wrote the code for 2d unsteady state using jacobi method. Please check it is correct or not. ...
más de 3 años hace | 1 respuesta | 1