Statistics
RANK
64,268
of 300,641
REPUTATION
0
CONTRIBUTIONS
1 Question
1 Answer
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
0
RANK
of 21,036
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 169,946
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
Answered
I am trying to write a program where the user inputs values to a 2x2 matrix into a GUI. When I try to get it to display the matrix however, it displays completely different numbers
Instead of num2str try with str2num function. Below the code modified lines: a = str2num(get(Top_Left, 'String')); b = s...
I am trying to write a program where the user inputs values to a 2x2 matrix into a GUI. When I try to get it to display the matrix however, it displays completely different numbers
Instead of num2str try with str2num function. Below the code modified lines: a = str2num(get(Top_Left, 'String')); b = s...
10 years ago | 0
Question
Return a structure kind output from a programmatic UI and then use this output to modify a settings parameters m-file
Hi everybody, I am developing a programmatic UI that returns a structure kind output and then I want the output to be importe...
10 years ago | 0 answers | 0
