Porgs
Followers: 0 Following: 0
Statistica
RANK
110.782
of 295.448
REPUTAZIONE
0
CONTRIBUTI
10 Domande
5 Risposte
ACCETTAZIONE DELLE RISPOSTE
70.0%
VOTI RICEVUTI
0
RANK
of 153.872
CONTRIBUTI
0 Problemi
0 Soluzioni
PUNTEGGIO
0
NUMERO DI BADGE
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
Domanda
Why do I get an error on line 17?
clc deviation = (1) .^ 0.5; n = deviation .* randn(100000, 1); % noise t = [-5: 0.01: 4.99]; % time p = 5 .* sin(...
oltre 6 anni fa | 0 risposte | 0
0
risposteDomanda
Why is the mean function not working?
clc x=randn(1,100000); y=randn(1,100000); Za=x+10; [f,x]=hist(Za,100); %Simulated PDF bar(x,f/trapz(x,f))...
oltre 6 anni fa | 1 risposta | 0
1
rispostaHow to display error using error function?
Where would I put that in my code because I'm getting an error message when I'm trying to use this.
oltre 6 anni fa | 0
Domanda
How to display error using error function?
I have a program that computes thermal conductivity based on an input of a certain alloy and temperature. I would like to have t...
oltre 6 anni fa | 4 risposte | 0
4
risposteDomanda
How to display an error in an input for my function?
I have a function that calculates thermal conductivity, and I want to have the function display an error if the user inputs the ...
oltre 6 anni fa | 0 risposte | 0
0
risposteDomanda
Have a function take a string and an number as an input?
I am trying to create a function that can take a name of an alloy of metal and a temperature and calculate the thermal conductiv...
oltre 6 anni fa | 1 risposta | 0
1
rispostaWhy am I getting this error "Operands to the || and && operators must be convertible to logical scalar values."
Thank you
oltre 6 anni fa | 0
Domanda
Why am I getting this error "Operands to the || and && operators must be convertible to logical scalar values."
function ThCond alloy = input('Enter the type of metal alloy:', 's'); T = input('Enter temperature(K) to calcu...
oltre 6 anni fa | 2 risposte | 0
2
risposteWhy am I getting this error, "Subscript indices must either be real positive integers or logicals."
Thank you that was the problem.
oltre 6 anni fa | 0
Linear Combination of 3 matrices.
I'm trying to prove that one given matrix is the linear combination of 3 other matrices.
oltre 6 anni fa | 0
Domanda
Why am I getting this error, "Subscript indices must either be real positive integers or logicals."
% This code worked the last time I ran it but now I get an error message. Why is this? t = [-2: .001: 1.999...
oltre 6 anni fa | 2 risposte | 0
2
risposteDomanda
Linear Combination of 3 matrices.
How do you compute the linear combination of 3 (1x3) matrices.
oltre 6 anni fa | 2 risposte | 0
2
risposteDomanda
Why do I get Error: File: exercise_1_b.m Line: 8 Column: 28 Unexpected MATLAB operator.
I get this error Error: File: exercise_1_b.m Line: 8 Column: 28 Unexpected MATLAB operator. this is my code t ...
oltre 6 anni fa | 2 risposte | 0
2
risposteDomanda
Why do I get Error using * Inner matrix dimensions must agree.
This is my code. t = [-4: 0.01: 3.99]; A_c = 1; f_c = 50; m_t = sinc(2 * (t - 2)) - sinc(2 * (t + 2)); k_a = in...
oltre 6 anni fa | 1 risposta | 0