photo

Fortia Alfeche


Last seen: 1 year ago Active since 2023

Followers: 0   Following: 0

Statistics

  • Thankful Level 2

View badges

Feeds

View by

Question


Hi, can you help me fix my code? How can I convert this to a matrix using if/while/for statements?
format long G MERfgh = []; i = 1; %for i=1:11 MERfgh(i,1) = MERfff(i,1); for j=1:11 MERfgh(i,2) = MERfff(j,1); i ...

1 year ago | 2 answers | 0

2

answers

Question


Hi! Can you help me create a vector containing multiples of 10? like 10^-5 to 10^5?
Can you help me create a vector containing multiples of 10? like from 10^-5 to 10^5?

1 year ago | 1 answer | 0

1

answer

Question


I tried to generate a sequence with a specific interval, but the output skips some intervals.
mat = []; interval = -0.10; max = 1.00; i = 0; for a=1.00:interval:0.00 for b=1.00:interval:0.00 for...

1 year ago | 1 answer | 0

1

answer

Question


Other Programs that can execute MATLAB code
Hi! What are Other Programs that can execute MATLAB code?

1 year ago | 1 answer | 0

1

answer