photo

James Water Bird


Last seen: alrededor de 2 años hace Con actividad desde 2021

Followers: 0   Following: 0

Estadística

MATLAB Answers

7 Preguntas
3 Respuestas

CLASIFICACIÓN
7.752
of 300.352

REPUTACIÓN
6

CONTRIBUCIONES
7 Preguntas
3 Respuestas

ACEPTACIÓN DE RESPUESTAS
14.29%

VOTOS RECIBIDOS
1

CLASIFICACIÓN
 of 20.928

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN

of 168.212

CONTRIBUCIONES
0 Problemas
0 Soluciones

PUNTUACIÓN
0

NÚMERO DE INSIGNIAS
0

CONTRIBUCIONES
0 Publicaciones

CONTRIBUCIONES
0 Público Canales

EVALUACIÓN MEDIA

CONTRIBUCIONES
0 Temas destacados

MEDIA DE ME GUSTA

  • Knowledgeable Level 1
  • First Answer
  • Thankful Level 1

Ver insignias

Feeds

Ver por

Pregunta


I got this question for my heat transfer class and dont know where to begin inputting into matlab to give me the correct answer.
The pictures illistrate the question and the correct solution If you have any idea how i could solve this in matlab pls help ...

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

0

respuestas

Respondida
problem with the anova calculation
C_t = [30; 30; 30; 30; 30; 30; 30; 120; 120; 120; 120; 120; 120; 120; 120]; pick = [0; 0.026; 0.0550; 0.120 ; 0.320 ; 0.62 ; ...

casi 3 años hace | 0

Respondida
Help rewriting a function using If statements and For Loop
to make your code more global and adaptable to different input signal amplitudes and number of quantization levels, you can make...

casi 3 años hace | 0

| aceptada

Respondida
writeline function not available
The writeline function is part of the Instrument Control Toolbox, which is a toolbox for MATLAB that allows you to communicate w...

casi 3 años hace | 1

Pregunta


How do i get rid of error in line 1 after running script
%this is the code syms x; y1=2*x^3-x+8; y2=15*x^2-17*x-4; disp('At the Intersection both the curve point will be same'); d...

más de 3 años hace | 0 respuestas | 0

0

respuestas

Pregunta


How to do get my code to display an answer using f print f. I want to display the result using fprint f
This is my Code close all t_sec=[0 30 60 150 240]; Temp_C=[800 457 269 79 46]; time=0:1:250; pa=polyfit(t_sec,Temp_C,4); ...

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

1

respuesta

Pregunta


solve f(x)=0 using bisection method
function root = bisection( f, interval, es)

más de 3 años hace | 0 respuestas | 0

0

respuestas

Pregunta


how do i write a scrip for finding the loop of sin figures
using this equation

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

1

respuesta

Pregunta


What is the corect code for writing an error message when a user inputs an array instead of a scalar value?
What is the corect code for writing an error message when a user inputs an array instead of a scalar value?

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

1

respuesta

Pregunta


create a script for w = x^2cos(1/x)
x = linspace(-1,1,100) what is w

más de 4 años hace | 0 respuestas | 0

0

respuestas