photo

Srinidhi


State University of New York at Buffalo (University at Buffalo)

Last seen: nästan 2 år ago Active since 2021

Followers: 0   Following: 0

Message

BioChemical Engineering

Statistics

All
  • Community Group Solver
  • CUP Challenge Master
  • Knowledgeable Level 1
  • First Answer
  • Solver

View badges

Feeds

View by

Answered
how to create a single column matrix from two matrices in MATLAB
A=[1,2,3,4]; B= [7,4,6]; C = cat(2,A,B) % or cat(2,B,A) C = C'

mer än 3 år ago | 0

Answered
create function for optimization
function [Min_fx] = yourquestion(Bgi,Pgi,MP,Pgrid) NT = 24; %no. of hours ie.24 Ng = 5; %no. of DG which is 5 evec = []; for...

mer än 3 år ago | 0

| accepted

Answered
Plotting magnitude of complex expression
A_1=1; A_2=2; L=1; evec = []; For k = [0:0.1:10] t=(2*(A_1*A_2*cos(L*k) + A_1*A_2*sin(L*k)*1i))/(sin(L*k)*A_1^2*1i + 2*cos(...

mer än 3 år ago | 0