photo

Udit Dhand


Active since 2018

Followers: 0   Following: 0

Statistics

All
MATLAB Answers

1 Question
4 Answers

Cody

0 Problems
10 Solutions

RANK
3,932
of 300,392

REPUTATION
14

CONTRIBUTIONS
1 Question
4 Answers

ANSWER ACCEPTANCE
100.0%

VOTES RECEIVED
3

RANK
 of 20,934

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK
36,884
of 168,373

CONTRIBUTIONS
0 Problems
10 Solutions

SCORE
120

NUMBER OF BADGES
1

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Knowledgeable Level 1
  • Solver
  • First Answer
  • Thankful Level 1

View badges

Feeds

View by

Answered
How can I map to each vector entry a number telling its occurence so far?
I wasnt able to do it without using while loop vec = [1,2,3,4,2,5,2,3]; j=length(vec);k=0; while k~=j o = find...

7 years ago | 0

Answered
How to save uitable & uifigure into pdf file?
fig = figure('Name','Numbers'); t = uitable(fig,'Data',[2,4,6,8;1,3,5,7]); saveas(gcf,'Numbers','pdf') Apparantly th...

7 years ago | 2

| accepted

Answered
Assigning values for vector with number sequence
function p=fun(n,r1,r2) m=(n^2+3*n)/2; mat=[0 0]; count=1; p=ones(1,m); for j=1:n mat=[m...

7 years ago | 0

Question


uigetdir not working in standalone application
I have created a gui which uses uigetdir in one of the pushbuttons and it works in matlab application, but when converted to sta...

7 years ago | 1 answer | 0

1

answer