Community Profile

photo

Srinidhi


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

Last seen: 約1年 前 2021 年からアクティブ

Followers: 0   Following: 0

連絡

BioChemical Engineering

統計

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

バッジを表示

Feeds

表示方法

回答済み
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'

約3年 前 | 0

回答済み
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...

約3年 前 | 0

| 採用済み

回答済み
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(...

約3年 前 | 0