Community Profile

photo

Mahmoud Reda


Last seen: 11 maanden ago Active since 2022

Followers: 0   Following: 0

Statistics

  • Thankful Level 2

View badges

Feeds

View by

Question


asking for suggestion to modify a form of result
The result is in a form of "[ a b c d ] I want to get a result in a form of [(a/b) * (c/d)] what can i do ? the code is below...

bijna 2 jaar ago | 1 answer | 0

1

answer

Question


Transfer code to GUI
I want to do this code using GUI clc clear all close all a= 24:1:120; b= 24:1:120; c=24:1:120; d=24:1:120; [a,b,c,d] ...

bijna 2 jaar ago | 1 answer | 0

1

answer

Question


I want to get the values of a,b,c,d when T =1 as an example
This is the code for explanation clc clear all a= 24:1:26; b= 24:1:26; c=24:1:26; d=24:1:26; m=length(a) n=length(b) ...

bijna 2 jaar ago | 2 answers | 0

2

answers