![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/22829493_1623663676315.jpg)
Amanda Liu
Followers: 0 Following: 0
Just getting into matlab. Hoping you can answer my question. ^^
Estadística
7 Preguntas
0 Respuestas
0 Problemas
2 Soluciones
CLASIFICACIÓN
98.067
of 297.016
REPUTACIÓN
0
CONTRIBUCIONES
7 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
100.0%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.419
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
81.145
of 157.725
CONTRIBUCIONES
0 Problemas
2 Soluciones
PUNTUACIÓN
30
NÚMERO DE INSIGNIAS
1
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
Anonymous function or for loop?
Assume I have a simple electrical function of V=C*sin(t) where C is a constant which varies based on t intervals. I have used ...
más de 3 años hace | 3 respuestas | 0
3
respuestasPregunta
Relationship between (i & j) of a nested for loop and (x & y) coordinates?
If I have a nested for loop: T=ones(n) for i = 1 : nx for j = 1 : ny T(i,j) = %something end end I understand...
más de 3 años hace | 2 respuestas | 0
2
respuestasPregunta
Configure multiple lines of same Line Properties in a single line?
Assume that I have 4 primitive lines with the same Line Properties, can I configure all 4 Line Properties in a single line so th...
más de 3 años hace | 1 respuesta | 0
1
respuestaResuelto
Select every other element of a vector
Write a function which returns every other element of the vector passed in. That is, it returns the all odd-numbered elements, s...
más de 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:...
más de 3 años hace
Pregunta
Contour is plotting my data in reflected order?
I'm using flip to solve this but is this intentional?
más de 3 años hace | 2 respuestas | 0
2
respuestasPregunta
Why does my V returns a single scalar value?
% Given P = 3000; E = 7e10; h = 0.1; b = 0.005; t = 0.008; w1 = 0.15; w2 = 0.09; L = 2; % Input x0=0; dt=0.1; x=...
más de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
How do I supply different constants into a function of a loop?
My code is currently supplying 2 constants of A only. How do I supply another 2 constants of B into the same function? n=30; ...
más de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
Loop never stops?
Why does my loop never stops after I assign k1 & k2 as symbolic variables? n=10; T=sym(zeros(n,n)); T(1,:) = 410; % Top T(...
más de 3 años hace | 1 respuesta | 0