Community Profile

photo

Fazlollah


Last seen: 7 days ago Active since 2023

Statistics

  • First Answer
  • Thankful Level 1

View badges

Content Feed

View by

Question


Use for loop to assign zeros function to a variable size array
I have the following piece of code and I would like to use a for loop to shorten it and also make it more general in case I have...

7 days ago | 1 answer | 0

1

answer

Answered
How to remove message from fsolve result
use this line of code for fsolve options options = optimset('Display','off');

1 year ago | 0

Answered
removing fsolve completion message
Use this for the fsolve options options = optimset('Display','off');

1 year ago | 0

Question


Create variable Edit Fields based on a calculated variable in App Designer
The app asks for the Number of Outlets . When the Number of Outlets is specified, for example let's say 256 outlets, the app cal...

1 year ago | 0 answers | 0

0

answers

Question


Toggle between temperature units for unit conversion
Hi, I am trying to make a simple temeprature unit conversion app in MATLAB app maker with a dropdown menu to toggle between tem...

1 year ago | 2 answers | 0

2

answers