photo

Md Jonayet


Last seen: 2 mois il y a Actif depuis 2023

Followers: 0   Following: 0

Statistiques

All
MATLAB Answers

7 Questions
0 Réponses

Cody

0 Problèmes
3 Solutions

RANG
123 114
of 300 365

RÉPUTATION
0

CONTRIBUTIONS
7 Questions
0 Réponses

ACCEPTATION DE VOS RÉPONSES
28.57%

VOTES REÇUS
0

RANG
 of 20 933

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG
69 371
of 168 262

CONTRIBUTIONS
0 Problèmes
3 Solutions

SCORE
40

NOMBRE DE BADGES
1

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • Thankful Level 2
  • Solver

Afficher les badges

Feeds

Afficher par

Question


what @ does in MATLAB?
I have a class name VI_Lecroy. function obj = VI_SDA6000(varargin) obj = obj@VI_LeCroy(varargin{:}); end What this @ do...

plus de 2 ans il y a | 1 réponse | 0

1

réponse

Question


I don't understand what this function is doing 'Invoke'
I am trying to understand this function below. hfind is deal with msword. It is basically searching for the tag in the ms file ...

plus de 2 ans il y a | 1 réponse | 0

1

réponse

Question


Coloring string, fprintf seems limited and cprintf is even a thing?
Hello there, I am trying to modify a pass/fail function which prints the results in MS word template. Right now it just print '...

plus de 2 ans il y a | 1 réponse | 0

1

réponse

Question


I am getting parse error for this following simple program
y = 1:3; %parse error at y. It is maybe an invalid mathlab syntax secondar =[ 3 0 -1] ; unname = polyfit(y, secondar, 1) ...

plus de 2 ans il y a | 1 réponse | 0

1

réponse

Question


What is the difference between these two reading table file funciton?
EPL = readtable("EPLresults.csv") another one is = EPL = readtable("EPLresults.csv","TextType","string") what this TextTy...

plus de 2 ans il y a | 1 réponse | 0

1

réponse

Question


What is the difference between "any" and "all" function?
I am trying to learn the difference between any and all function but it seems like they both are equal and use for finding any n...

plus de 2 ans il y a | 5 réponses | 0

5

réponses

A résolu


Find the Oldest Person in a Room
Given two input vectors: * |name| - user last names * |age| - corresponding age of the person Return the name of the ol...

presque 3 ans il y a

A résolu


Convert from Fahrenheit to Celsius
Given an input vector |F| containing temperature values in Fahrenheit, return an output vector |C| that contains the values in C...

presque 3 ans il y a

A résolu


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

presque 3 ans il y a