Srinidhi
State University of New York at Buffalo (University at Buffalo)
Followers: 0 Following: 0
BioChemical Engineering
Statistics
All
RANK
12 776
of 295 689
REPUTATION
4
CONTRIBUTIONS
0 Questions
3 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
0
RANK
of 20 266
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
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'
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...
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(...
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