Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~283 People Reached
About Me

Interested in every new technology that solves problems

Interests
Reading, photography,
Favorite Tags
Member Avatar for M A

Hello, I am trying to create a vector in MATLAB which starts at exactly point 'a' and ends at point 'b'. But it should not extend beyond these points. At the moment I am doing as below: a = [0 0]; b = [0 10]; syms t eq1 = a …

0
64
Member Avatar for M A

Hello, I have an array 'summed_MWloss' which has the following content: [0.00024064097412677081, 0.0010840802387205584, 0.003607376872954593, 0.0078014804983401742, 0.013657631815844617] I am having trouble writing it into a CSV file into seperate rows. The code I am using at the moment is: [ICODE]t = open(r'F:\IPSA\My_Work\Python_Files\my_powerD2.csv', 'w') output = csv.writer(t, dialect='excel', delimiter=',') output.writerow(summed_MWloss)[/ICODE] which allows …

Member Avatar for M A
0
71
Member Avatar for M A

Dear all, My name is M Ali and I am doing research on wind power in power systems. I am using python and Matlab.

Member Avatar for M A
0
148