photo

Md Jonayet


Last seen: 2 meses hace Con actividad desde 2023

Followers: 0   Following: 0

Estadística

All
MATLAB Answers

7 Preguntas
0 Respuestas

Cody

0 Problemas
3 Soluciones

CLASIFICACIÓN
274.100
of 300.364

REPUTACIÓN
0

CONTRIBUCIONES
7 Preguntas
0 Respuestas

ACEPTACIÓN DE RESPUESTAS
28.57%

VOTOS RECIBIDOS
0

CLASIFICACIÓN
 of 20.934

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN
69.424
of 168.407

CONTRIBUCIONES
0 Problemas
3 Soluciones

PUNTUACIÓN
40

NÚMERO DE INSIGNIAS
1

CONTRIBUCIONES
0 Publicaciones

CONTRIBUCIONES
0 Público Canales

EVALUACIÓN MEDIA

CONTRIBUCIONES
0 Temas destacados

MEDIA DE ME GUSTA

  • Thankful Level 2
  • Solver

Ver insignias

Feeds

Ver por

Pregunta


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

más de 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 2 años hace | 5 respuestas | 0

5

respuestas

Resuelto


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

casi 3 años hace

Resuelto


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

casi 3 años hace

Resuelto


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

casi 3 años hace