photo

Bhuvana Krishnaraj


Last seen: circa 4 anni fa Attivo dal 2019

Followers: 0   Following: 0

Statistica

MATLAB Answers

0 Domande
5 Risposte

RANK
15.639
of 297.503

REPUTAZIONE
2

CONTRIBUTI
0 Domande
5 Risposte

ACCETTAZIONE DELLE RISPOSTE
0.00%

VOTI RICEVUTI
1

RANK
 of 20.449

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK

of 159.017

CONTRIBUTI
0 Problemi
0 Soluzioni

PUNTEGGIO
0

NUMERO DI BADGE
0

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • First Answer

Visualizza badge

Feeds

Visto da

Risposto
code to accept 2 numbers and to display armstrong number between the 2?
x=input('Enter number: '); disp(x) temp=x; y = 0; h=fprintf('%d',x); %% it return number of digits while x > 0 t...

circa 5 anni fa | 1

Risposto
code to accept 2 numbers and to display armstrong number between the 2?
x=input('Enter number: '); disp(x) temp=x; y = 0; while x > 0 t = mod(x,10); y = y+t^3; x = (x-t)/10;...

circa 5 anni fa | 0

Risposto
How do you write a matlab function that identifies if a string is a palindrome or not?
x=input('Enter number: '); temp=x; y = 0; while x > 0 t = mod(x,10); y = 10*y+t; x = (x-t)/10; %% witho...

circa 5 anni fa | 0

Risposto
how to install a downloaded toolbox?
i want to use deep learning tool box, in the Add-On Explorer it showing that installed, but i cant use any function inside that ...

oltre 5 anni fa | 0

Risposto
Why do I encounter a "Received fatal alert: protocol_version" when installing a Support Package in MATLAB R2017a or earlier?
When installing a Support Package in MATLAB R2015a, I keep getting this message (Fatal Alert : Protocol_version). I tried that j...

quasi 6 anni fa | 0