![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/17189182_1578078551753_DEF.jpg)
Sara Ismail-Sutton
Followers: 0 Following: 0
Estadística
CLASIFICACIÓN
75.938
of 297.046
REPUTACIÓN
0
CONTRIBUCIONES
14 Preguntas
1 Respuesta
ACEPTACIÓN DE RESPUESTAS
14.29%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.422
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 157.776
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
Feeds
Pregunta
for loop label/arguement
Need to iterate over the bifurcation map n_trans time (n_trans specified above), this is the relevant bit of the code for my que...
casi 4 años hace | 1 respuesta | 0
1
respuestaPregunta
error at for loop end (courseera course ref. solution- fixed points Lorentz equations)
r=28; sigma=10; b=8/3; RelTol=1.e-06; AbsTol=1.e-09; for nroot=1:3 if nroot==1, x=1; y=1; z=1; end if nroot==2, x...
casi 4 años hace | 1 respuesta | 0
1
respuestaPregunta
for loop reference solution (from coursera) question
Sorry if this is a stupid question, but I am pretty new to matlab, looking at this solution at the loop "for n=1:nint@" I can't ...
casi 4 años hace | 1 respuesta | 0
1
respuestaPregunta
if statement find criteria not doing what I want it to do
if k does not contain 1 matlab returns ' 1×0 empty double row vector ' so i dont understand why this is not working in my if ...
alrededor de 4 años hace | 2 respuestas | 0
2
respuestasPregunta
finding value of matrix in an if statement
e issue is with line 18 of the code below. I tested it with the vector C =[1 2 3 4 4 3 2 1], and us...
alrededor de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
if statement/numel (A)
I am confused why the if statement below is not working, I am getting the error message "Array indices must be positive integers...
alrededor de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
second maximum- not returning index
Used the following code: function [i,y] = second_max( x ) [a,b]=max(x) [i,y] = max(x(x==a)) end e.g I test this with v...
alrededor de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
coursera MATLAB course, blur image assignment
My code is as below, but I am getting the error message The server timed out while running and assessing your solution. Use ...
más de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
I cannot pass one of the final MATLAB problems on the coursera MATLAB course. What is wrong with my code? Why won't it work for the 'echo generator assignment?
The task is to given an input column vector (with values between -1 and 1 representing the digitized data), fs the sampling rate...
más de 4 años hace | 0 respuestas | 0
0
respuestasecho generator function assignment
bump ! any help really appreciated :)
más de 4 años hace | 0
Pregunta
echo generator function assignment
The task is to given an input column vector (with values between -1 and 1 representing the digitized data), fs the sampling rate...
más de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
Function to count the number of characters in a text file
Hi I've wrote the following code so far, but I'm having the problem that sum(charnums) returns the latest given value of charn...
más de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
How to search for an exact string not just contains
Hiyah I'm searching a cell array for an exact string, e.g the data I am searching contains both 'Las Vegas, NV' and 'North La...
más de 4 años hace | 2 respuestas | 0
2
respuestasPregunta
coordinates of a point from a matrix
I've searched through old threads but the common answer - below- is not working for me, thanks I have a matrix X which is al...
más de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
is not prime number command , function to find the nearest prime number
This is the code I have written : function[k]=next_prime(n) k=n while ( k~=isprime(k)) k=k+1 if k~isprime(k) ...
más de 4 años hace | 2 respuestas | 0