photo

Hardik


Last seen: 1 year ago Active since 2023

Followers: 0   Following: 1

Programming Languages:
C++, MATLAB, Visual Basic
Spoken Languages:
English, Hindi
Pronouns:
He/him

Statistics

All
MATLAB Answers

0 Questions
2 Answers

Cody

0 Problems
6 Solutions

RANK
241,902
of 300,508

REPUTATION
0

CONTRIBUTIONS
0 Questions
2 Answers

ANSWER ACCEPTANCE
0.00%

VOTES RECEIVED
0

RANK
 of 21,019

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK
50,113
of 169,435

CONTRIBUTIONS
0 Problems
6 Solutions

SCORE
72

NUMBER OF BADGES
1

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • First Answer
  • Solver
  • Explorer

View badges

Feeds

View by

Answered
How can I rotate a UIlabel in appdesigner?
there is no any rotation property for UILabel but you can do this lbl=uilabel(app.GridLayout4); lbl.Layout.Row=9; lbl.Layout....

1 year ago | 0

Answered
Rotate Label on App Designer
there is no any rotation proprty but you can split text and put it into label so it will look like vertical. lbl=uilabel(app....

1 year ago | 0