Community Profile

photo

Shahid Said


Last seen: 1 year ago Active since 2020

Followers: 0   Following: 0

Statistics

  • Thankful Level 3

View badges

Feeds

View by

Question


What wrong with my code? anyone can help?
Hello sir. This is my code SDR = 0.11 Cx=184 Pmp_stc = PV_module(10,2) Vbatt = Battery(1,1) Ebatt_min = (1-DODMax).*(Cbatt...

2 years ago | 1 answer | 0

1

answer

Question


Compare matrix 16000 X 20000 with smaller matrix 16000X1
I tried to run code to compare big matrix.but cannot get the correct answer. A = 16,000 X 20,000 data B = 16,000 X 1 data i ...

2 years ago | 1 answer | 0

1

answer

Question


How to make operation row by row
Hello experts, this is my code contain: Alpha_pmp is 400,000 row data AirTemp is 105200 row data Tstc is 400,000 row data ...

3 years ago | 2 answers | 0

2

answers

Question


How to Arrange NDGRID and CELL data to become more compact in size and use less memory?
If my question is not correct im sorry.because im still new in matlab.use matlab less than 1 month. but i believe the expert gu...

3 years ago | 1 answer | 0

1

answer

Answered
Fail to multiply column using .*
Thanks Image Analyst and Scott for your support.I love both of you.God Bless you.

3 years ago | 0

Question


Fail to multiply column using .*
I have google and try to find the answer whole day to make below code.ONLY to make multiplication. I already change from .* to ...

3 years ago | 3 answers | 0

3

answers

Question


Calculate output row by row (Data Grid)
Hello, I would like to calculate all the row value based on formula and get the output row by row which at new column.because I...

3 years ago | 1 answer | 0

1

answer

Answered
Make Combination form 3 kind of variable and each variable have its own value
I made it !!! Thank you very much.If anything i will ask you later. [x,y,z]=meshgrid(1:20,1:20,1:10); data=[x(:),y(:),z(:)] ...

3 years ago | 0

Question


Make Combination form 3 kind of variable and each variable have its own value
Hello, I would like to create combination of 3 Column as below : Car Lamp Seat Car1 ...

3 years ago | 2 answers | 0

2

answers

Question


Add Second Axis Manually
Hello, I have created graph using plot manually (without using coding).Now I have X and Y axis.But my problem is I want to ad...

3 years ago | 1 answer | 0

1

answer