Md Jonayet
Followers: 0 Following: 0
Statistik
RANG
220.486
of 295.569
REPUTATION
0
BEITRÄGE
7 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
28.57%
ERHALTENE STIMMEN
0
RANG
of 20.247
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
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...
mehr als ein Jahr vor | 1 Antwort | 0
1
AntwortFrage
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 ...
mehr als ein Jahr vor | 1 Antwort | 0
1
AntwortFrage
Why set(H, 'Bold', 'True') does not bold any text of MS word whereas the property set(H,'ColorIndex', 'wdgreen') does color the text
How can I bold text?
mehr als ein Jahr vor | 1 Antwort | 0
1
AntwortFrage
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 '...
mehr als ein Jahr vor | 1 Antwort | 0
1
AntwortFrage
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) ...
mehr als ein Jahr vor | 1 Antwort | 0
1
AntwortFrage
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...
mehr als ein Jahr vor | 1 Antwort | 0
1
AntwortFrage
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...
fast 2 Jahre vor | 5 Antworten | 0
5
AntwortenGelöst
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...
fast 2 Jahre vor
Gelöst
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...
fast 2 Jahre vor
Gelöst
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:...
fast 2 Jahre vor