photo

Urvashi


Last seen: meer dan een jaar ago Active since 2022

Followers: 0   Following: 0

Statistics

All
MATLAB Answers

4 Questions
0 Answers

Cody

0 Problems
65 Solutions

RANK
265.861
of 300.392

REPUTATION
0

CONTRIBUTIONS
4 Questions
0 Answers

ANSWER ACCEPTANCE
50.0%

VOTES RECEIVED
0

RANK
 of 20.934

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK
8.279
of 168.373

CONTRIBUTIONS
0 Problems
65 Solutions

SCORE
813

NUMBER OF BADGES
3

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Community Group Solver
  • Introduction to MATLAB Master
  • Solver
  • Thankful Level 2

View badges

Feeds

View by

Question


facing error to execute
a=[1 2 3 4]; b = vsum(a); disp(b); function y = vsum(x) y = sum(x,'all'); end I am facing below error Error using sum...

bijna 3 jaar ago | 1 answer | 0

1

answer

Question


can i access field by using values in structure?
if there is some structure with different fields and the field also have lots of values . can we access field by using value? l...

ongeveer 3 jaar ago | 1 answer | 0

1

answer

Question


I am receiving error for the following code , but I can't understand where and what to change I am having error at 5th line
[num,txt,raw]= xlsread('teamdata.xlsx'); disp(raw); for i = 1:6 for j = 1:2 if raw{i,j} == 'URVASHI' ...

ongeveer 3 jaar ago | 2 answers | 0

2

answers

Question


extracting file from desktop to current folder
I want to extract file from desktop into current folder by using script . how can I do that?

ongeveer 3 jaar ago | 1 answer | 0

1

answer