Community Profile

photo

Khoi Le


Last seen: 3 years ago Active since 2020

Followers: 0   Following: 0

Statistics

All
  • Thankful Level 1
  • Solver

View badges

Feeds

View by

Answered
Create a block table using script
I have solve the problem, thanks to @Fangjun Jiang that gave me some idea copyModel = 'sldemo_fuelsys_copy'; blockTable = m...

3 years ago | 1

| accepted

Answered
How to assign struct to an empty cell
for this question, I just solve it myselft by adding blockCell{1, n} = structTable; right after structTable = struct('Handl...

3 years ago | 0

| accepted

Question


How to assign struct to an empty cell
I am creating a blockTable but I'm stuck at where I try to put all my struct to an empty cell (blockCell) function blockTable ...

3 years ago | 1 answer | 0

1

answer

Question


Create a block table using script
I am trying to create a function that can create a block table that contain their Handle, FullName, BlockType, Parent by using s...

3 years ago | 2 answers | 1

2

answers

Solved


Verify Law of Large Numbers
If a large number of fair N-sided dice are rolled, the average of the simulated rolls is likely to be close to the mean of 1,2,....

3 years ago

Solved


Find the Oldest Person in a Room
Given two input vectors: * |name| - user last names * |age| - corresponding age of the person Return the name of the ol...

3 years ago

Solved


Convert from Fahrenheit to Celsius
Given an input vector |F| containing temperature values in Fahrenheit, return an output vector |C| that contains the values in C...

3 years ago

Solved


Calculate Amount of Cake Frosting
Given two input variables |r| and |h|, which stand for the radius and height of a cake, calculate the surface area of the cake y...

3 years ago

Solved


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

3 years ago

Question


Sine Wave not recognize with find_system
I am finding the path for Sine Wave block so that can replace a block in f14 model. However, when I use find_system(simulinkMo...

3 years ago | 2 answers | 0

2

answers