![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/614090_1736375800554.jpg)
Tria
Tria Technologies
Followers: 0 Following: 0
Statistics
RANK
201,479
of 297,016
REPUTATION
0
CONTRIBUTIONS
1 Question
2 Answers
ANSWER ACCEPTANCE
100.0%
VOTES RECEIVED
0
RANK
3,361 of 20,419
REPUTATION
459
AVERAGE RATING
5.00
CONTRIBUTIONS
2 Files
DOWNLOADS
23
ALL TIME DOWNLOADS
3266
RANK
of 157,725
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Submitted
Avnet RFSoC Explorer Toolbox
Connect to AMD Zynq™ RFSoC evaluation boards using MATLAB. Perform OTA testing with RF add-on cards. Deploy algorithms with HDL ...
5 months ago | 22 downloads |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/e87632be-ffe6-4f7f-814d-fc8220578015/66892183-f413-44f8-ba3a-75dd98106702/images/primaryScreenShot.jpg)
how can i calculate total size of a folder?
This does the trick: D = dir('**/*.mat'); % descends current folder and its sub-folders total_bytes = 0; for ii = 1:length(D)...
11 months ago | 0
How do I use matlab.uitest.TestCase to open my app once and perform multple function tests?
Excellent! Thank you @Steven Lord I somehow missed the TestClassSetup method, which is a "do once" method at the start of test,...
2 years ago | 0
Question
How do I use matlab.uitest.TestCase to open my app once and perform multple function tests?
I'm using matlab.uitest.TestCase to test my app. I'm looking for a way to launch my app only once and then perform a variety of ...
2 years ago | 2 answers | 0
2
answersSubmitted
Avnet MiniZed Support Package for Simulink
Program MiniZed over WiFi using code generation directly from Simulink.
7 years ago | 1 download |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/submissions/66004/versions/7/screenshot.jpg)