photo

Md Jonayet


Last seen: 4 months 前 自 2023 起处于活动状态

Followers: 0   Following: 0

统计学

All
MATLAB Answers

7 个提问
0 个回答

Cody

0 个问题
3 个答案

排名
274,097
of 300,779

声誉
0

贡献数
7 个提问
0 个回答

回答接受率
28.57%

收到投票数
0

排名
 of 21,084

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名
70,630
of 170,997

贡献数
0 个问题
3 个答案

评分
40

徽章数量
1

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 2
  • Solver

查看徽章

Feeds

排序方式:

提问


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

2 years 前 | 1 个回答 | 0

1

个回答

提问


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

3 years 前 | 1 个回答 | 0

1

个回答

提问


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

3 years 前 | 1 个回答 | 0

1

个回答

提问


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

3 years 前 | 1 个回答 | 0

1

个回答

提问


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

3 years 前 | 1 个回答 | 0

1

个回答

提问


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

3 years 前 | 5 个回答 | 0

5

个回答

已解决


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

3 years 前

已解决


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

3 years 前

已解决


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

3 years 前