![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/27173076_1660885604819_DEF.jpg)
Urvashi
Followers: 0 Following: 0
Statistica
All
RANK
172.908
of 297.046
REPUTAZIONE
0
CONTRIBUTI
4 Domande
0 Risposte
ACCETTAZIONE DELLE RISPOSTE
50.0%
VOTI RICEVUTI
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
Domanda
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...
oltre 2 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
oltre 2 anni fa | 1 risposta | 0
1
rispostaDomanda
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' ...
oltre 2 anni fa | 2 risposte | 0
2
risposteDomanda
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?
oltre 2 anni fa | 1 risposta | 0