photo

Md Jonayet


Last seen: 2 maanden ago Active since 2023

Followers: 0   Following: 0

Statistics

All
MATLAB Answers

7 Questions
0 Answers

Cody

0 Problems
3 Solutions

RANK
126.753
of 300.381

REPUTATION
0

CONTRIBUTIONS
7 Questions
0 Answers

ANSWER ACCEPTANCE
28.57%

VOTES RECEIVED
0

RANK
 of 20.941

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK
69.460
of 168.477

CONTRIBUTIONS
0 Problems
3 Solutions

SCORE
40

NUMBER OF BADGES
1

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Thankful Level 2
  • Solver

View badges

Feeds

View by

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...

meer dan 2 jaar ago | 1 answer | 0

1

answer

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 ...

meer dan 2 jaar ago | 1 answer | 0

1

answer

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 '...

meer dan 2 jaar ago | 1 answer | 0

1

answer

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) ...

meer dan 2 jaar ago | 1 answer | 0

1

answer

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...

meer dan 2 jaar ago | 1 answer | 0

1

answer

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...

meer dan 2 jaar ago | 5 answers | 0

5

answers

Solved


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...

bijna 3 jaar ago

Solved


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...

bijna 3 jaar ago

Solved


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:...

bijna 3 jaar ago