Community Profile

photo

sepand soltani


Last seen: plus d'un an il y a Actif depuis 2019

Statistiques

All
  • Thankful Level 2
  • Thankful Level 1
  • Solver

Afficher les badges

Content Feed

Afficher par

Question


Only one function doesn't work only after the app designer program is compiled
When I try to run directly on app designer, it works completely fine but when I compile it as a standalone app, it just gets stu...

environ 4 ans il y a | 2 réponses | 0

2

réponses

Question


How to indicate if the program is processing in app designer?
My program sometimes takes 10-20 seconds to run. The problem is that I don't have any way to see if the program is processing or...

environ 4 ans il y a | 1 réponse | 0

1

réponse

Question


Where are "files installed for your end user" are saved in the installation directory using compiler?
I have a few matrices that I want to load in the app using the load command. Temporarily the files are saved like this: load C...

environ 4 ans il y a | 1 réponse | 0

1

réponse

A résolu


Return the largest number that is adjacent to a zero
This example comes from Steve Eddins' blog: <http://blogs.mathworks.com/steve/2009/05/27/learning-lessons-from-a-one-liner/ Lear...

plus de 4 ans il y a

A résolu


Who Has the Most Change?
You have a matrix for which each row is a person and the columns represent the number of quarters, nickels, dimes, and pennies t...

plus de 4 ans il y a

A résolu


Weighted average
Given two lists of numbers, determine the weighted average. Example [1 2 3] and [10 15 20] should result in 33.333...

plus de 4 ans il y a

A résolu


Back and Forth Rows
Given a number n, create an n-by-n matrix in which the integers from 1 to n^2 wind back and forth along the rows as shown in the...

plus de 4 ans il y a

A résolu


Add two numbers
Given a and b, return the sum a+b in c.

plus de 4 ans il y a

A résolu


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

plus de 4 ans il y a

A résolu


Project Euler: Problem 1, Multiples of 3 and 5
If we list all the natural numbers below 10 that are multiples of 3 or 5, we get 3, 5, 6 and 9. The sum of these multiples is 23...

plus de 4 ans il y a

A résolu


I Plead the Fifth
Write a function to provide a yes or no answer to the input string. However, it must plead the 5th amendment (return an empty st...

plus de 4 ans il y a

A résolu


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

plus de 4 ans il y a

A résolu


Column Removal
Remove the nth column from input matrix A and return the resulting matrix in output B. So if A = [1 2 3; 4 5 6]; ...

plus de 4 ans il y a

A résolu


Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...

plus de 4 ans il y a